#57923A
A medium, moderate green closely aligning with Olivedrab.
About #57923A
Visually, #57923A is defined as a moderate green. Its closest recognized web color is Olivedrab. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 146, and 58.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 40% cyan, 0% magenta, 60% yellow, and 43% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium 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#57923A
RGB87, 146, 58
HSL100.2°, 43.1%, 40.0%
CMYK40%, 0%, 60%, 43%
HSV100.2°, 60.3%, 57.3%
LAB55.0, -35.8, 39.9
XYZ15.0, 22.9, 7.6
Decimal5739066
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.76:1
Text on #FFFFFF
AA Large
5.58:1
Text on #000000
AA
3.60:1
Text on #F8FAFC
AA Large
4.74:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #57923A;
}
.text-color {
color: #57923A;
}
.border-color {
border: 2px solid #57923A;
}