#496D00
A dark, vivid green closely aligning with Olivedrab.
About #496D00
At its core, #496D00 is a dark and vivid hue. Its closest recognized web color is Olivedrab. In the RGB color space, it consists of 73 red, 109 green, and 0 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 33% cyan, 0% magenta, 100% yellow, and 57% black. With a hue angle of 79.8 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#496D00
RGB73, 109, 0
HSL79.8°, 100.0%, 21.4%
CMYK33%, 0%, 100%, 57%
HSV79.8°, 100.0%, 42.7%
LAB41.8, -27.9, 47.3
XYZ8.2, 12.4, 2.0
Decimal4812032
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.05:1
Text on #FFFFFF
AA
3.47:1
Text on #000000
AA Large
5.78:1
Text on #F8FAFC
AA
2.95:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #496D00;
}
.text-color {
color: #496D00;
}
.border-color {
border: 2px solid #496D00;
}