Shades of Verdun Green #59600C
Tints of Verdun Green #59600C
RGB
CMYK
RGB Variations
Color information
#59600C (or 0x59600C) is known color: Verdun Green. HEX triplet: 59, 60 and 0C. RGB value is (89,96,12). Sum of RGB (Red+Green+Blue) = 89+96+12=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 96 - color contains mainly: green. Hex color #59600C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59600C is #A69FF3. Grayscale: #545454. Windows color (decimal): -10919924 or 811097. OLE color: 811097.
HSL color Cylindrical-coordinate representation of color #59600C: hue angle of 65º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #59600C is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 96 | 12 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.62 |
| HSL | 65º | 0.78% | 0.21% | - |
| HSV(B) | 65º | 0.88% | 0.38% | - |
| XYZ | 8.37 | 10.52 | 1.94 | - |
| YUV | 84.33 | 87.18 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 96 | 12 | 0.07 | 0 | 0.88 | 0.62 | 65 | 0.78 | 0.21 |
| Hex | 59 | 60 | C | 7 | 0 | 58 | 3E | 41 | 4E | 15 |
| Octal | 131 | 140 | 14 | 7 | 0 | 130 | 76 | 101 | 116 | 25 |
| Binary | 1011001 | 1100000 | 1100 | 111 | 0 | 1011000 | 111110 | 1000001 | 1001110 | 10101 |
Color Harmonies of #59600C
Complementary color
Monochromatic Colors of #59600C
Black with #59600C
Text Example
Text Example
White with #59600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59600C; }
p { color: rgb(89,96,12); }
H1.HeaderClassName
{
color: #59600C;
}
.AnyTagClassName
{
color: #59600C;
}
</style>
background-color css
<style>
a { background-color: #59600C; }
a { background-color: rgb(89,96,12); }
div.DivClassName
{
background-color: #59600C;
}
.BgClassName
{
background-color: #59600C;
}
</style>
border-color css
<style>
span { border-color: #59600C; }
span { border-color: rgb(89,96,12); }
td.TdClassName
{
border-color: #59600C;
}
.TagClassName
{
border-color: #59600C;
}
</style>