#3A662C
A dark, moderate green closely aligning with Darkolivegreen.
About #3A662C
Visually, #3A662C is defined as a moderate green. Designers often compare it to the standard color Darkolivegreen. Its digital footprint relies on 58 parts red, 102 parts green, and 44 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 43% Cyan, 0% Magenta, 57% Yellow, and 60% Black. The HSL representation is 105.5° hue, 39.7% saturation, and 28.6% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A662C
RGB58, 102, 44
HSL105.5°, 39.7%, 28.6%
CMYK43%, 0%, 57%, 60%
HSV105.5°, 56.9%, 40.0%
LAB38.9, -27.4, 27.8
XYZ7.0, 10.6, 4.1
Decimal3827244
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.74:1
Text on #FFFFFF
AA
3.12:1
Text on #000000
AA Large
6.44:1
Text on #F8FAFC
AA
2.65:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A662C;
}
.text-color {
color: #3A662C;
}
.border-color {
border: 2px solid #3A662C;
}