Shades of Verdun Green #32560A
Tints of Verdun Green #32560A
RGB
CMYK
RGB Variations
Color information
#32560A (or 0x32560A) is known color: Verdun Green. HEX triplet: 32, 56 and 0A. RGB value is (50,86,10). Sum of RGB (Red+Green+Blue) = 50+86+10=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 86 (33.98% from 255 or 58.90% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 86 - color contains mainly: green. Hex color #32560A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32560A is #CDA9F5. Grayscale: #424242. Windows color (decimal): -13478390 or 677426. OLE color: 677426.
HSL color Cylindrical-coordinate representation of color #32560A: hue angle of 88.42º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32560A is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 50 | 86 | 10 | - |
| CMYK | 0.42 | 0 | 0.88 | 0.66 |
| HSL | 88.42º | 0.79% | 0.19% | - |
| HSV(B) | 88.42º | 0.88% | 0.34% | - |
| XYZ | 4.7 | 7.36 | 1.46 | - |
| YUV | 66.57 | 96.07 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 86 | 10 | 0.42 | 0 | 0.88 | 0.66 | 88.42 | 0.79 | 0.19 |
| Hex | 32 | 56 | A | 2A | 0 | 58 | 42 | 58 | 4F | 13 |
| Octal | 62 | 126 | 12 | 52 | 0 | 130 | 102 | 130 | 117 | 23 |
| Binary | 110010 | 1010110 | 1010 | 101010 | 0 | 1011000 | 1000010 | 1011000 | 1001111 | 10011 |
Color Harmonies of #32560A
Complementary color
Monochromatic Colors of #32560A
Black with #32560A
Text Example
Text Example
White with #32560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32560A; }
p { color: rgb(50,86,10); }
H1.HeaderClassName
{
color: #32560A;
}
.AnyTagClassName
{
color: #32560A;
}
</style>
background-color css
<style>
a { background-color: #32560A; }
a { background-color: rgb(50,86,10); }
div.DivClassName
{
background-color: #32560A;
}
.BgClassName
{
background-color: #32560A;
}
</style>
border-color css
<style>
span { border-color: #32560A; }
span { border-color: rgb(50,86,10); }
td.TdClassName
{
border-color: #32560A;
}
.TagClassName
{
border-color: #32560A;
}
</style>