#50832C
A dark, moderate green closely aligning with Olivedrab.
About #50832C
At its core, #50832C is a dark and moderate hue. Its closest recognized web color is Olivedrab. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 131, and 44.
For print applications, it's crucial to understand its CMYK makeup. The color uses 39% Cyan, 0% Magenta, 66% Yellow, and 49% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50832C
RGB80, 131, 44
HSL95.2°, 49.7%, 34.3%
CMYK39%, 0%, 66%, 49%
HSV95.2°, 66.4%, 51.4%
LAB49.6, -32.9, 40.4
XYZ11.9, 18.1, 5.3
Decimal5276460
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.54:1
Text on #FFFFFF
AA
4.62:1
Text on #000000
AA
4.34:1
Text on #F8FAFC
AA Large
3.93:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #50832C;
}
.text-color {
color: #50832C;
}
.border-color {
border: 2px solid #50832C;
}