#504924
A dark, moderate yellow closely aligning with Darkolivegreen.
About #504924
At its core, #504924 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Darkolivegreen. In the RGB color space, it consists of 80 red, 73 green, and 36 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 9% Magenta, 55% Yellow, and 69% Black. With a hue angle of 50.5 degrees, it sits comfortably in the yellow spectrum.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#504924
RGB80, 73, 36
HSL50.5°, 37.9%, 22.7%
CMYK0%, 9%, 55%, 69%
HSV50.5°, 55.0%, 31.4%
LAB30.9, -2.9, 23.0
XYZ6.0, 6.6, 2.6
Decimal5261604
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.05:1
Text on #FFFFFF
AAA
2.32:1
Text on #000000
FAIL
8.65:1
Text on #F8FAFC
AAA
1.97:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #504924;
}
.text-color {
color: #504924;
}
.border-color {
border: 2px solid #504924;
}