Shades of Verdun Green #5A5609
Tints of Verdun Green #5A5609
RGB
CMYK
RGB Variations
Color information
#5A5609 (or 0x5A5609) is known color: Verdun Green. HEX triplet: 5A, 56 and 09. RGB value is (90,86,9). Sum of RGB (Red+Green+Blue) = 90+86+9=185 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.65% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5609 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5609 is #A5A9F6. Grayscale: #4E4E4E. Windows color (decimal): -10856951 or 611930. OLE color: 611930.
HSL color Cylindrical-coordinate representation of color #5A5609: hue angle of 57.04º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A5609 is Cyan = 0, Magento = 0.04, Yellow = 0.9 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 86 | 9 | - |
| CMYK | 0 | 0.04 | 0.9 | 0.65 |
| HSL | 57.04º | 0.82% | 0.19% | - |
| HSV(B) | 57.04º | 0.9% | 0.35% | - |
| XYZ | 7.59 | 8.85 | 1.57 | - |
| YUV | 78.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 86 | 9 | 0 | 0.04 | 0.9 | 0.65 | 57.04 | 0.82 | 0.19 |
| Hex | 5A | 56 | 9 | 0 | 4 | 5A | 41 | 39 | 52 | 13 |
| Octal | 132 | 126 | 11 | 0 | 4 | 132 | 101 | 71 | 122 | 23 |
| Binary | 1011010 | 1010110 | 1001 | 0 | 100 | 1011010 | 1000001 | 111001 | 1010010 | 10011 |
Color Harmonies of #5A5609
Complementary color
Monochromatic Colors of #5A5609
Black with #5A5609
Text Example
Text Example
White with #5A5609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5609; }
p { color: rgb(90,86,9); }
H1.HeaderClassName
{
color: #5A5609;
}
.AnyTagClassName
{
color: #5A5609;
}
</style>
background-color css
<style>
a { background-color: #5A5609; }
a { background-color: rgb(90,86,9); }
div.DivClassName
{
background-color: #5A5609;
}
.BgClassName
{
background-color: #5A5609;
}
</style>
border-color css
<style>
span { border-color: #5A5609; }
span { border-color: rgb(90,86,9); }
td.TdClassName
{
border-color: #5A5609;
}
.TagClassName
{
border-color: #5A5609;
}
</style>