Skip to main content

Clover

#44521E

Clover is a neutral dark color with the hex code #44521E. This moderately saturated hue can be represented as RGB 68, 82, 30 in digital design or CMYK 17%, 0%, 63%, 68% for print applications. Find matching Pantone color.

Clover color values

HEX
#44521E
RGB
68, 82, 30
HSL
76°, 46%, 22%
CMYK
17, 0, 63, 68

About this color

Clover sits at 76° on the color wheel with 46% saturation and 22% lightness, placing it in the yellow segment of the spectrum. The moderate 46% saturation gives it enough color presence to register clearly without competing for dominance in a composition. The lower lightness gives it weight and depth, lending gravity to any palette it enters.

In digital environments, Clover is rendered as rgb(68, 82, 30), where the green channel leads at 82, with red and blue channels close behind. This cool mid-tone is a reliable choice for UI chrome, informational states, and contexts that call for a calm, readable presence.

For print, Clover translates to a CMYK breakdown of 17C 0M 63Y 68K. A substantial black component (68%) anchors this color in print. The remaining ink channels supplement rather than drive the hue, which keeps the result stable across different paper stocks. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.

How to use Clover

CSS Variable

:root {
  --brand-primary: #44521E;
  --brand-primary-rgb: 68, 82, 30;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#44521E',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 17%
M: 0%
Y: 63%
K: 68%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(68, 82, 30)
rgba(68, 82, 30, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Frequently asked questions

What color is #44521E?
#44521E is Clover, a neutral dark color with RGB values of 68, 82, 30. It has a hue of 76°, 46% saturation, and 22% lightness in the HSL color space.
What is the RGB value of #44521E?
The RGB color code for #44521E is rgb(68, 82, 30). This means it contains 68 red, 82 green, and 30 blue in the RGB color model.
Is Clover a warm or cool color?
Clover (#44521E) is a neutral color, sitting between warm and cool on the color wheel.
How do I use #44521E in CSS?
You can use #44521E in CSS with: background-color: #44521E; or color: #44521E; or as an RGB value: rgb(68, 82, 30). For print design, use CMYK: 17%, 0%, 63%, 68%.