Shades of Verdun Green #595C07
Tints of Verdun Green #595C07
RGB
CMYK
RGB Variations
Color information
#595C07 (or 0x595C07) is known color: Verdun Green. HEX triplet: 59, 5C and 07. RGB value is (89,92,7). Sum of RGB (Red+Green+Blue) = 89+92+7=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 92 (36.33% from 255 or 48.94% from 188); Blue value is 7 (3.12% from 255 or 3.72% from 188); Max value from RGB is 92 - color contains mainly: green. Hex color #595C07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595C07 is #A6A3F8. Grayscale: #515151. Windows color (decimal): -10920953 or 482393. OLE color: 482393.
HSL color Cylindrical-coordinate representation of color #595C07: hue angle of 62.12º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #595C07 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 92 | 7 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.64 |
| HSL | 62.12º | 0.86% | 0.19% | - |
| HSV(B) | 62.12º | 0.92% | 0.36% | - |
| XYZ | 7.99 | 9.79 | 1.67 | - |
| YUV | 81.41 | 86.01 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 7 | 0.03 | 0 | 0.92 | 0.64 | 62.12 | 0.86 | 0.19 |
| Hex | 59 | 5C | 7 | 3 | 0 | 5C | 40 | 3E | 56 | 13 |
| Octal | 131 | 134 | 7 | 3 | 0 | 134 | 100 | 76 | 126 | 23 |
| Binary | 1011001 | 1011100 | 111 | 11 | 0 | 1011100 | 1000000 | 111110 | 1010110 | 10011 |
Color Harmonies of #595C07
Complementary color
Monochromatic Colors of #595C07
Black with #595C07
Text Example
Text Example
White with #595C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C07; }
p { color: rgb(89,92,7); }
H1.HeaderClassName
{
color: #595C07;
}
.AnyTagClassName
{
color: #595C07;
}
</style>
background-color css
<style>
a { background-color: #595C07; }
a { background-color: rgb(89,92,7); }
div.DivClassName
{
background-color: #595C07;
}
.BgClassName
{
background-color: #595C07;
}
</style>
border-color css
<style>
span { border-color: #595C07; }
span { border-color: rgb(89,92,7); }
td.TdClassName
{
border-color: #595C07;
}
.TagClassName
{
border-color: #595C07;
}
</style>