#3A5F33
A dark, moderate green closely aligning with Darkolivegreen.
About #3A5F33
Visually, #3A5F33 is defined as a moderate green. Its closest recognized web color is Darkolivegreen. Its digital footprint relies on 58 parts red, 95 parts green, and 51 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 39% Cyan, 0% Magenta, 46% Yellow, and 63% Black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A5F33
RGB58, 95, 51
HSL110.5°, 30.1%, 28.6%
CMYK39%, 0%, 46%, 63%
HSV110.5°, 46.3%, 37.3%
LAB36.6, -22.9, 21.1
XYZ6.4, 9.3, 4.6
Decimal3825459
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.33:1
Text on #FFFFFF
AAA
2.86:1
Text on #000000
FAIL
7.01:1
Text on #F8FAFC
AAA
2.44:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A5F33;
}
.text-color {
color: #3A5F33;
}
.border-color {
border: 2px solid #3A5F33;
}