Shades of Verdun Green #595A05
Tints of Verdun Green #595A05
RGB
CMYK
RGB Variations
Color information
#595A05 (or 0x595A05) is known color: Verdun Green. HEX triplet: 59, 5A and 05. RGB value is (89,90,5). Sum of RGB (Red+Green+Blue) = 89+90+5=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 90 (35.55% from 255 or 48.91% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 90 - color contains mainly: green. Hex color #595A05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595A05 is #A6A5FA. Grayscale: #505050. Windows color (decimal): -10921467 or 350809. OLE color: 350809.
HSL color Cylindrical-coordinate representation of color #595A05: hue angle of 60.71º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #595A05 is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 90 | 5 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.65 |
| HSL | 60.71º | 0.89% | 0.19% | - |
| HSV(B) | 60.71º | 0.94% | 0.35% | - |
| XYZ | 7.8 | 9.45 | 1.56 | - |
| YUV | 80.01 | 85.67 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 5 | 0.01 | 0 | 0.94 | 0.65 | 60.71 | 0.89 | 0.19 |
| Hex | 59 | 5A | 5 | 1 | 0 | 5E | 41 | 3D | 59 | 13 |
| Octal | 131 | 132 | 5 | 1 | 0 | 136 | 101 | 75 | 131 | 23 |
| Binary | 1011001 | 1011010 | 101 | 1 | 0 | 1011110 | 1000001 | 111101 | 1011001 | 10011 |
Color Harmonies of #595A05
Complementary color
Monochromatic Colors of #595A05
Black with #595A05
Text Example
Text Example
White with #595A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595A05; }
p { color: rgb(89,90,5); }
H1.HeaderClassName
{
color: #595A05;
}
.AnyTagClassName
{
color: #595A05;
}
</style>
background-color css
<style>
a { background-color: #595A05; }
a { background-color: rgb(89,90,5); }
div.DivClassName
{
background-color: #595A05;
}
.BgClassName
{
background-color: #595A05;
}
</style>
border-color css
<style>
span { border-color: #595A05; }
span { border-color: rgb(89,90,5); }
td.TdClassName
{
border-color: #595A05;
}
.TagClassName
{
border-color: #595A05;
}
</style>