Shades of Verdun Green #32600C
Tints of Verdun Green #32600C
RGB
CMYK
RGB Variations
Color information
#32600C (or 0x32600C) is known color: Verdun Green. HEX triplet: 32, 60 and 0C. RGB value is (50,96,12). Sum of RGB (Red+Green+Blue) = 50+96+12=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 96 (37.89% from 255 or 60.76% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 96 - color contains mainly: green. Hex color #32600C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32600C is #CD9FF3. Grayscale: #484848. Windows color (decimal): -13475828 or 811058. OLE color: 811058.
HSL color Cylindrical-coordinate representation of color #32600C: hue angle of 92.86º 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 #32600C is Cyan = 0.48, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 96 | 12 | - |
| CMYK | 0.48 | 0 | 0.88 | 0.62 |
| HSL | 92.86º | 0.78% | 0.21% | - |
| HSV(B) | 92.86º | 0.88% | 0.38% | - |
| XYZ | 5.56 | 9.07 | 1.81 | - |
| YUV | 72.67 | 93.76 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 12 | 0.48 | 0 | 0.88 | 0.62 | 92.86 | 0.78 | 0.21 |
| Hex | 32 | 60 | C | 30 | 0 | 58 | 3E | 5D | 4E | 15 |
| Octal | 62 | 140 | 14 | 60 | 0 | 130 | 76 | 135 | 116 | 25 |
| Binary | 110010 | 1100000 | 1100 | 110000 | 0 | 1011000 | 111110 | 1011101 | 1001110 | 10101 |
Color Harmonies of #32600C
Complementary color
Monochromatic Colors of #32600C
Black with #32600C
Text Example
Text Example
White with #32600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32600C; }
p { color: rgb(50,96,12); }
H1.HeaderClassName
{
color: #32600C;
}
.AnyTagClassName
{
color: #32600C;
}
</style>
background-color css
<style>
a { background-color: #32600C; }
a { background-color: rgb(50,96,12); }
div.DivClassName
{
background-color: #32600C;
}
.BgClassName
{
background-color: #32600C;
}
</style>
border-color css
<style>
span { border-color: #32600C; }
span { border-color: rgb(50,96,12); }
td.TdClassName
{
border-color: #32600C;
}
.TagClassName
{
border-color: #32600C;
}
</style>