#3A4200
A very dark, vivid yellow closely aligning with Darkolivegreen.
About #3A4200
Visually, #3A4200 is defined as a vivid yellow. Its closest recognized web color is Darkolivegreen. This translates to an RGB value of rgb(58, 66, 0).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 12% cyan, 0% magenta, 100% yellow, and 74% black. Always request a physical proof before doing a large print run with this exact code.
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#3A4200
RGB58, 66, 0
HSL67.3°, 100.0%, 12.9%
CMYK12%, 0%, 100%, 74%
HSV67.3°, 100.0%, 25.9%
LAB26.1, -12.3, 34.6
XYZ3.7, 4.8, 0.7
Decimal3817984
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.72:1
Text on #FFFFFF
AAA
1.96:1
Text on #000000
FAIL
10.24:1
Text on #F8FAFC
AAA
1.67:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A4200;
}
.text-color {
color: #3A4200;
}
.border-color {
border: 2px solid #3A4200;
}