Shades of Verdun Green #5A5906
Tints of Verdun Green #5A5906
RGB
CMYK
RGB Variations
Color information
#5A5906 (or 0x5A5906) is known color: Verdun Green. HEX triplet: 5A, 59 and 06. RGB value is (90,89,6). Sum of RGB (Red+Green+Blue) = 90+89+6=185 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.65% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5906 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5906 is #A5A6F9. Grayscale: #505050. Windows color (decimal): -10856186 or 416090. OLE color: 416090.
HSL color Cylindrical-coordinate representation of color #5A5906: hue angle of 59.29º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A5906 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 89 | 6 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.65 |
| HSL | 59.29º | 0.88% | 0.19% | - |
| HSV(B) | 59.29º | 0.93% | 0.35% | - |
| XYZ | 7.82 | 9.33 | 1.56 | - |
| YUV | 79.84 | 86.33 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 89 | 6 | 0 | 0.01 | 0.93 | 0.65 | 59.29 | 0.88 | 0.19 |
| Hex | 5A | 59 | 6 | 0 | 1 | 5D | 41 | 3B | 58 | 13 |
| Octal | 132 | 131 | 6 | 0 | 1 | 135 | 101 | 73 | 130 | 23 |
| Binary | 1011010 | 1011001 | 110 | 0 | 1 | 1011101 | 1000001 | 111011 | 1011000 | 10011 |
Color Harmonies of #5A5906
Complementary color
Monochromatic Colors of #5A5906
Black with #5A5906
Text Example
Text Example
White with #5A5906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5906; }
p { color: rgb(90,89,6); }
H1.HeaderClassName
{
color: #5A5906;
}
.AnyTagClassName
{
color: #5A5906;
}
</style>
background-color css
<style>
a { background-color: #5A5906; }
a { background-color: rgb(90,89,6); }
div.DivClassName
{
background-color: #5A5906;
}
.BgClassName
{
background-color: #5A5906;
}
</style>
border-color css
<style>
span { border-color: #5A5906; }
span { border-color: rgb(90,89,6); }
td.TdClassName
{
border-color: #5A5906;
}
.TagClassName
{
border-color: #5A5906;
}
</style>