Shades of Verdun Green #595C02
Tints of Verdun Green #595C02
RGB
CMYK
RGB Variations
Color information
#595C02 (or 0x595C02) is known color: Verdun Green. HEX triplet: 59, 5C and 02. RGB value is (89,92,2). Sum of RGB (Red+Green+Blue) = 89+92+2=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 92 (36.33% from 255 or 50.27% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 92 - color contains mainly: green. Hex color #595C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595C02 is #A6A3FD. Grayscale: #515151. Windows color (decimal): -10920958 or 154713. OLE color: 154713.
HSL color Cylindrical-coordinate representation of color #595C02: hue angle of 62º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #595C02 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 92 | 2 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.64 |
| HSL | 62º | 0.96% | 0.18% | - |
| HSV(B) | 62º | 0.98% | 0.36% | - |
| XYZ | 7.96 | 9.78 | 1.53 | - |
| YUV | 80.84 | 83.51 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 2 | 0.03 | 0 | 0.98 | 0.64 | 62 | 0.96 | 0.18 |
| Hex | 59 | 5C | 2 | 3 | 0 | 62 | 40 | 3E | 60 | 12 |
| Octal | 131 | 134 | 2 | 3 | 0 | 142 | 100 | 76 | 140 | 22 |
| Binary | 1011001 | 1011100 | 10 | 11 | 0 | 1100010 | 1000000 | 111110 | 1100000 | 10010 |
Color Harmonies of #595C02
Complementary color
Monochromatic Colors of #595C02
Black with #595C02
Text Example
Text Example
White with #595C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C02; }
p { color: rgb(89,92,2); }
H1.HeaderClassName
{
color: #595C02;
}
.AnyTagClassName
{
color: #595C02;
}
</style>
background-color css
<style>
a { background-color: #595C02; }
a { background-color: rgb(89,92,2); }
div.DivClassName
{
background-color: #595C02;
}
.BgClassName
{
background-color: #595C02;
}
</style>
border-color css
<style>
span { border-color: #595C02; }
span { border-color: rgb(89,92,2); }
td.TdClassName
{
border-color: #595C02;
}
.TagClassName
{
border-color: #595C02;
}
</style>