Shades of Verdun Green #595D04
Tints of Verdun Green #595D04
RGB
CMYK
RGB Variations
Color information
#595D04 (or 0x595D04) is known color: Verdun Green. HEX triplet: 59, 5D and 04. RGB value is (89,93,4). Sum of RGB (Red+Green+Blue) = 89+93+4=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 93 (36.72% from 255 or 50% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 93 - color contains mainly: green. Hex color #595D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595D04 is #A6A2FB. Grayscale: #525252. Windows color (decimal): -10920700 or 286041. OLE color: 286041.
HSL color Cylindrical-coordinate representation of color #595D04: hue angle of 62.7º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #595D04 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 93 | 4 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.64 |
| HSL | 62.7º | 0.92% | 0.19% | - |
| HSV(B) | 62.7º | 0.96% | 0.36% | - |
| XYZ | 8.06 | 9.96 | 1.61 | - |
| YUV | 81.66 | 84.17 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 4 | 0.04 | 0 | 0.96 | 0.64 | 62.7 | 0.92 | 0.19 |
| Hex | 59 | 5D | 4 | 4 | 0 | 60 | 40 | 3F | 5C | 13 |
| Octal | 131 | 135 | 4 | 4 | 0 | 140 | 100 | 77 | 134 | 23 |
| Binary | 1011001 | 1011101 | 100 | 100 | 0 | 1100000 | 1000000 | 111111 | 1011100 | 10011 |
Color Harmonies of #595D04
Complementary color
Monochromatic Colors of #595D04
Black with #595D04
Text Example
Text Example
White with #595D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595D04; }
p { color: rgb(89,93,4); }
H1.HeaderClassName
{
color: #595D04;
}
.AnyTagClassName
{
color: #595D04;
}
</style>
background-color css
<style>
a { background-color: #595D04; }
a { background-color: rgb(89,93,4); }
div.DivClassName
{
background-color: #595D04;
}
.BgClassName
{
background-color: #595D04;
}
</style>
border-color css
<style>
span { border-color: #595D04; }
span { border-color: rgb(89,93,4); }
td.TdClassName
{
border-color: #595D04;
}
.TagClassName
{
border-color: #595D04;
}
</style>