#49661D
A dark, moderate green closely aligning with Darkolivegreen.
About #49661D
The hex code #49661D represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Darkolivegreen. This translates to an RGB value of rgb(73, 102, 29).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 28% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#49661D
RGB73, 102, 29
HSL83.8°, 55.7%, 25.7%
CMYK28%, 0%, 72%, 60%
HSV83.8°, 71.6%, 40.0%
LAB39.6, -23.1, 36.3
XYZ7.7, 11.0, 2.9
Decimal4810269
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.56:1
Text on #FFFFFF
AA
3.20:1
Text on #000000
AA Large
6.27:1
Text on #F8FAFC
AA
2.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #49661D;
}
.text-color {
color: #49661D;
}
.border-color {
border: 2px solid #49661D;
}