Shades of Verdun Green #5A5706
Tints of Verdun Green #5A5706
RGB
CMYK
RGB Variations
Color information
#5A5706 (or 0x5A5706) is known color: Verdun Green. HEX triplet: 5A, 57 and 06. RGB value is (90,87,6). Sum of RGB (Red+Green+Blue) = 90+87+6=183 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.18% from 183); Green value is 87 (34.38% from 255 or 47.54% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5706 is #A5A8F9. Grayscale: #4E4E4E. Windows color (decimal): -10856698 or 415578. OLE color: 415578.
HSL color Cylindrical-coordinate representation of color #5A5706: hue angle of 57.86º 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 #5A5706 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 87 | 6 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.65 |
| HSL | 57.86º | 0.88% | 0.19% | - |
| HSV(B) | 57.86º | 0.93% | 0.35% | - |
| XYZ | 7.66 | 9 | 1.51 | - |
| YUV | 78.66 | 86.99 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 87 | 6 | 0 | 0.03 | 0.93 | 0.65 | 57.86 | 0.88 | 0.19 |
| Hex | 5A | 57 | 6 | 0 | 3 | 5D | 41 | 3A | 58 | 13 |
| Octal | 132 | 127 | 6 | 0 | 3 | 135 | 101 | 72 | 130 | 23 |
| Binary | 1011010 | 1010111 | 110 | 0 | 11 | 1011101 | 1000001 | 111010 | 1011000 | 10011 |
Color Harmonies of #5A5706
Complementary color
Monochromatic Colors of #5A5706
Black with #5A5706
Text Example
Text Example
White with #5A5706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5706; }
p { color: rgb(90,87,6); }
H1.HeaderClassName
{
color: #5A5706;
}
.AnyTagClassName
{
color: #5A5706;
}
</style>
background-color css
<style>
a { background-color: #5A5706; }
a { background-color: rgb(90,87,6); }
div.DivClassName
{
background-color: #5A5706;
}
.BgClassName
{
background-color: #5A5706;
}
</style>
border-color css
<style>
span { border-color: #5A5706; }
span { border-color: rgb(90,87,6); }
td.TdClassName
{
border-color: #5A5706;
}
.TagClassName
{
border-color: #5A5706;
}
</style>