#3A6650
A dark, muted green closely aligning with Darkslategray.
About #3A6650
At its core, #3A6650 is a dark and muted hue. It is closely associated with the named CSS color Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 102, and 80.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 43% cyan and 0% magenta inks. With a hue angle of 150.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A6650
RGB58, 102, 80
HSL150.0°, 27.5%, 31.4%
CMYK43%, 0%, 22%, 60%
HSV150.0°, 43.1%, 40.0%
LAB39.5, -20.8, 7.7
XYZ7.9, 11.0, 9.3
Decimal3827280
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.57:1
Text on #FFFFFF
AA
3.20:1
Text on #000000
AA Large
6.28:1
Text on #F8FAFC
AA
2.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A6650;
}
.text-color {
color: #3A6650;
}
.border-color {
border: 2px solid #3A6650;
}