#49832C
A dark, moderate green closely aligning with Olivedrab.
About #49832C
Visually, #49832C is defined as a moderate green. It is closely associated with the named CSS color Olivedrab. In the RGB color space, it consists of 73 red, 131 green, and 44 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 44% C, 0% M, 66% Y, and 49% K. With a hue angle of 100.0 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#49832C
RGB73, 131, 44
HSL100.0°, 49.7%, 34.3%
CMYK44%, 0%, 66%, 49%
HSV100.0°, 66.4%, 51.4%
LAB49.3, -35.4, 39.9
XYZ11.3, 17.8, 5.2
Decimal4817708
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.60:1
Text on #FFFFFF
AA
4.57:1
Text on #000000
AA
4.40:1
Text on #F8FAFC
AA Large
3.88:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #49832C;
}
.text-color {
color: #49832C;
}
.border-color {
border: 2px solid #49832C;
}