#508349
A medium, muted green closely aligning with Seagreen.
About #508349
Visually, #508349 is defined as a muted green. If you're using CSS, you might find it aligns closely with Seagreen. Its digital footprint relies on 80 parts red, 131 parts green, and 73 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 39% cyan and 0% magenta inks. The HSL representation is 112.8° hue, 28.4% saturation, and 40.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 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#508349
RGB80, 131, 73
HSL112.8°, 28.4%, 40.0%
CMYK39%, 0%, 44%, 49%
HSV112.8°, 44.3%, 51.4%
LAB50.0, -29.4, 26.1
XYZ12.6, 18.4, 9.2
Decimal5276489
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.48:1
Text on #FFFFFF
AA Large
4.68:1
Text on #000000
AA
4.29:1
Text on #F8FAFC
AA Large
3.98:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #508349;
}
.text-color {
color: #508349;
}
.border-color {
border: 2px solid #508349;
}