Shades of Verdun Green #5A5908
Tints of Verdun Green #5A5908
RGB
CMYK
RGB Variations
Color information
#5A5908 (or 0x5A5908) is known color: Verdun Green. HEX triplet: 5A, 59 and 08. RGB value is (90,89,8). Sum of RGB (Red+Green+Blue) = 90+89+8=187 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.13% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5908 is #A5A6F7. Grayscale: #505050. Windows color (decimal): -10856184 or 547162. OLE color: 547162.
HSL color Cylindrical-coordinate representation of color #5A5908: hue angle of 59.27º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A5908 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 89 | 8 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.65 |
| HSL | 59.27º | 0.84% | 0.19% | - |
| HSV(B) | 59.27º | 0.91% | 0.35% | - |
| XYZ | 7.83 | 9.34 | 1.62 | - |
| YUV | 80.07 | 87.33 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 89 | 8 | 0 | 0.01 | 0.91 | 0.65 | 59.27 | 0.84 | 0.19 |
| Hex | 5A | 59 | 8 | 0 | 1 | 5B | 41 | 3B | 54 | 13 |
| Octal | 132 | 131 | 10 | 0 | 1 | 133 | 101 | 73 | 124 | 23 |
| Binary | 1011010 | 1011001 | 1000 | 0 | 1 | 1011011 | 1000001 | 111011 | 1010100 | 10011 |
Color Harmonies of #5A5908
Complementary color
Monochromatic Colors of #5A5908
Black with #5A5908
Text Example
Text Example
White with #5A5908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5908; }
p { color: rgb(90,89,8); }
H1.HeaderClassName
{
color: #5A5908;
}
.AnyTagClassName
{
color: #5A5908;
}
</style>
background-color css
<style>
a { background-color: #5A5908; }
a { background-color: rgb(90,89,8); }
div.DivClassName
{
background-color: #5A5908;
}
.BgClassName
{
background-color: #5A5908;
}
</style>
border-color css
<style>
span { border-color: #5A5908; }
span { border-color: rgb(90,89,8); }
td.TdClassName
{
border-color: #5A5908;
}
.TagClassName
{
border-color: #5A5908;
}
</style>