Shades of Verdun Green #32600B
Tints of Verdun Green #32600B
RGB
CMYK
RGB Variations
Color information
#32600B (or 0x32600B) is known color: Verdun Green. HEX triplet: 32, 60 and 0B. RGB value is (50,96,11). Sum of RGB (Red+Green+Blue) = 50+96+11=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 96 (37.89% from 255 or 61.15% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 96 - color contains mainly: green. Hex color #32600B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32600B is #CD9FF4. Grayscale: #484848. Windows color (decimal): -13475829 or 745522. OLE color: 745522.
HSL color Cylindrical-coordinate representation of color #32600B: hue angle of 92.47º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32600B is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 96 | 11 | - |
| CMYK | 0.48 | 0 | 0.89 | 0.62 |
| HSL | 92.47º | 0.79% | 0.21% | - |
| HSV(B) | 92.47º | 0.89% | 0.38% | - |
| XYZ | 5.56 | 9.07 | 1.77 | - |
| YUV | 72.56 | 93.26 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 11 | 0.48 | 0 | 0.89 | 0.62 | 92.47 | 0.79 | 0.21 |
| Hex | 32 | 60 | B | 30 | 0 | 59 | 3E | 5C | 4F | 15 |
| Octal | 62 | 140 | 13 | 60 | 0 | 131 | 76 | 134 | 117 | 25 |
| Binary | 110010 | 1100000 | 1011 | 110000 | 0 | 1011001 | 111110 | 1011100 | 1001111 | 10101 |
Color Harmonies of #32600B
Complementary color
Monochromatic Colors of #32600B
Black with #32600B
Text Example
Text Example
White with #32600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32600B; }
p { color: rgb(50,96,11); }
H1.HeaderClassName
{
color: #32600B;
}
.AnyTagClassName
{
color: #32600B;
}
</style>
background-color css
<style>
a { background-color: #32600B; }
a { background-color: rgb(50,96,11); }
div.DivClassName
{
background-color: #32600B;
}
.BgClassName
{
background-color: #32600B;
}
</style>
border-color css
<style>
span { border-color: #32600B; }
span { border-color: rgb(50,96,11); }
td.TdClassName
{
border-color: #32600B;
}
.TagClassName
{
border-color: #32600B;
}
</style>