#164224
A very dark, moderate green closely aligning with Darkslategray.
About #164224
At its core, #164224 is a very dark and moderate hue. If you're using CSS, you might find it aligns closely with Darkslategray. In the RGB color space, it consists of 22 red, 66 green, and 36 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 67% C, 0% M, 45% Y, and 74% K. With a hue angle of 139.1 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#164224
RGB22, 66, 36
HSL139.1°, 50.0%, 17.3%
CMYK67%, 0%, 45%, 74%
HSV139.1°, 66.7%, 25.9%
LAB24.3, -23.1, 13.9
XYZ2.6, 4.2, 2.3
Decimal1458724
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.42:1
Text on #FFFFFF
AAA
1.84:1
Text on #000000
FAIL
10.91:1
Text on #F8FAFC
AAA
1.56:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #164224;
}
.text-color {
color: #164224;
}
.border-color {
border: 2px solid #164224;
}