Shades of Verdun Green #595A01
Tints of Verdun Green #595A01
RGB
CMYK
RGB Variations
Color information
#595A01 (or 0x595A01) is known color: Verdun Green. HEX triplet: 59, 5A and 01. RGB value is (89,90,1). Sum of RGB (Red+Green+Blue) = 89+90+1=180 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.44% from 180); Green value is 90 (35.55% from 255 or 50% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 90 - color contains mainly: green. Hex color #595A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595A01 is #A6A5FE. Grayscale: #4F4F4F. Windows color (decimal): -10921471 or 88665. OLE color: 88665.
HSL color Cylindrical-coordinate representation of color #595A01: hue angle of 60.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #595A01 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 90 | 1 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.65 |
| HSL | 60.67º | 0.98% | 0.18% | - |
| HSV(B) | 60.67º | 0.99% | 0.35% | - |
| XYZ | 7.78 | 9.44 | 1.44 | - |
| YUV | 79.56 | 83.67 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 1 | 0.01 | 0 | 0.99 | 0.65 | 60.67 | 0.98 | 0.18 |
| Hex | 59 | 5A | 1 | 1 | 0 | 63 | 41 | 3D | 62 | 12 |
| Octal | 131 | 132 | 1 | 1 | 0 | 143 | 101 | 75 | 142 | 22 |
| Binary | 1011001 | 1011010 | 1 | 1 | 0 | 1100011 | 1000001 | 111101 | 1100010 | 10010 |
Color Harmonies of #595A01
Complementary color
Monochromatic Colors of #595A01
Black with #595A01
Text Example
Text Example
White with #595A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595A01; }
p { color: rgb(89,90,1); }
H1.HeaderClassName
{
color: #595A01;
}
.AnyTagClassName
{
color: #595A01;
}
</style>
background-color css
<style>
a { background-color: #595A01; }
a { background-color: rgb(89,90,1); }
div.DivClassName
{
background-color: #595A01;
}
.BgClassName
{
background-color: #595A01;
}
</style>
border-color css
<style>
span { border-color: #595A01; }
span { border-color: rgb(89,90,1); }
td.TdClassName
{
border-color: #595A01;
}
.TagClassName
{
border-color: #595A01;
}
</style>