#337550
A dark, moderate green closely aligning with Seagreen.
About #337550
The precise color #337550 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Seagreen. This translates to an RGB value of rgb(51, 117, 80).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 56% C, 0% M, 32% Y, and 54% K. The HSL representation is 146.4° hue, 39.3% saturation, and 32.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#337550
RGB51, 117, 80
HSL146.4°, 39.3%, 32.9%
CMYK56%, 0%, 32%, 54%
HSV146.4°, 56.4%, 45.9%
LAB44.2, -30.3, 14.2
XYZ9.2, 14.0, 9.8
Decimal3372368
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.52:1
Text on #FFFFFF
AA
3.80:1
Text on #000000
AA Large
5.28:1
Text on #F8FAFC
AA
3.23:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #337550;
}
.text-color {
color: #337550;
}
.border-color {
border: 2px solid #337550;
}