Shades of Verdun Green #595B05
Tints of Verdun Green #595B05
RGB
CMYK
RGB Variations
Color information
#595B05 (or 0x595B05) is known color: Verdun Green. HEX triplet: 59, 5B and 05. RGB value is (89,91,5). Sum of RGB (Red+Green+Blue) = 89+91+5=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 91 (35.94% from 255 or 49.19% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 91 - color contains mainly: green. Hex color #595B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595B05 is #A6A4FA. Grayscale: #505050. Windows color (decimal): -10921211 or 351065. OLE color: 351065.
HSL color Cylindrical-coordinate representation of color #595B05: hue angle of 61.4º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #595B05 is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 91 | 5 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.64 |
| HSL | 61.4º | 0.9% | 0.19% | - |
| HSV(B) | 61.4º | 0.95% | 0.36% | - |
| XYZ | 7.89 | 9.62 | 1.58 | - |
| YUV | 80.6 | 85.34 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 5 | 0.02 | 0 | 0.95 | 0.64 | 61.4 | 0.9 | 0.19 |
| Hex | 59 | 5B | 5 | 2 | 0 | 5F | 40 | 3D | 5A | 13 |
| Octal | 131 | 133 | 5 | 2 | 0 | 137 | 100 | 75 | 132 | 23 |
| Binary | 1011001 | 1011011 | 101 | 10 | 0 | 1011111 | 1000000 | 111101 | 1011010 | 10011 |
Color Harmonies of #595B05
Complementary color
Monochromatic Colors of #595B05
Black with #595B05
Text Example
Text Example
White with #595B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595B05; }
p { color: rgb(89,91,5); }
H1.HeaderClassName
{
color: #595B05;
}
.AnyTagClassName
{
color: #595B05;
}
</style>
background-color css
<style>
a { background-color: #595B05; }
a { background-color: rgb(89,91,5); }
div.DivClassName
{
background-color: #595B05;
}
.BgClassName
{
background-color: #595B05;
}
</style>
border-color css
<style>
span { border-color: #595B05; }
span { border-color: rgb(89,91,5); }
td.TdClassName
{
border-color: #595B05;
}
.TagClassName
{
border-color: #595B05;
}
</style>