#495724
A dark, moderate green closely aligning with Darkolivegreen.
About #495724
The hex code #495724 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Darkolivegreen. In the RGB color space, it consists of 73 red, 87 green, and 36 blue.
If you are designing for print, the four-color process is what matters most. The color uses 16% Cyan, 0% Magenta, 59% Yellow, and 66% Black. The HSL representation is 76.5° hue, 41.5% saturation, and 24.1% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#495724
RGB73, 87, 36
HSL76.5°, 41.5%, 24.1%
CMYK16%, 0%, 59%, 66%
HSV76.5°, 58.6%, 34.1%
LAB34.7, -14.4, 27.4
XYZ6.5, 8.4, 2.9
Decimal4806436
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.86:1
Text on #FFFFFF
AAA
2.67:1
Text on #000000
FAIL
7.51:1
Text on #F8FAFC
AAA
2.27:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #495724;
}
.text-color {
color: #495724;
}
.border-color {
border: 2px solid #495724;
}