Shades of Verdun Green #595B01
Tints of Verdun Green #595B01
RGB
CMYK
RGB Variations
Color information
#595B01 (or 0x595B01) is known color: Verdun Green. HEX triplet: 59, 5B and 01. RGB value is (89,91,1). Sum of RGB (Red+Green+Blue) = 89+91+1=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 91 (35.94% from 255 or 50.28% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 91 - color contains mainly: green. Hex color #595B01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595B01 is #A6A4FE. Grayscale: #505050. Windows color (decimal): -10921215 or 88921. OLE color: 88921.
HSL color Cylindrical-coordinate representation of color #595B01: hue angle of 61.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #595B01 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 91 | 1 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.64 |
| HSL | 61.33º | 0.98% | 0.18% | - |
| HSV(B) | 61.33º | 0.99% | 0.36% | - |
| XYZ | 7.87 | 9.61 | 1.47 | - |
| YUV | 80.14 | 83.34 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 1 | 0.02 | 0 | 0.99 | 0.64 | 61.33 | 0.98 | 0.18 |
| Hex | 59 | 5B | 1 | 2 | 0 | 63 | 40 | 3D | 62 | 12 |
| Octal | 131 | 133 | 1 | 2 | 0 | 143 | 100 | 75 | 142 | 22 |
| Binary | 1011001 | 1011011 | 1 | 10 | 0 | 1100011 | 1000000 | 111101 | 1100010 | 10010 |
Color Harmonies of #595B01
Complementary color
Monochromatic Colors of #595B01
Black with #595B01
Text Example
Text Example
White with #595B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595B01; }
p { color: rgb(89,91,1); }
H1.HeaderClassName
{
color: #595B01;
}
.AnyTagClassName
{
color: #595B01;
}
</style>
background-color css
<style>
a { background-color: #595B01; }
a { background-color: rgb(89,91,1); }
div.DivClassName
{
background-color: #595B01;
}
.BgClassName
{
background-color: #595B01;
}
</style>
border-color css
<style>
span { border-color: #595B01; }
span { border-color: rgb(89,91,1); }
td.TdClassName
{
border-color: #595B01;
}
.TagClassName
{
border-color: #595B01;
}
</style>