Shades of Verdun Green #396211
Tints of Verdun Green #396211
RGB
CMYK
RGB Variations
Color information
#396211 (or 0x396211) is known color: Verdun Green. HEX triplet: 39, 62 and 11. RGB value is (57,98,17). Sum of RGB (Red+Green+Blue) = 57+98+17=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 98 (38.67% from 255 or 56.98% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 98 - color contains mainly: green. Hex color #396211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396211 is #C69DEE. Grayscale: #4C4C4C. Windows color (decimal): -13016559 or 1139257. OLE color: 1139257.
HSL color Cylindrical-coordinate representation of color #396211: hue angle of 90.37º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #396211 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 57 | 98 | 17 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.62 |
| HSL | 90.37º | 0.7% | 0.23% | - |
| HSV(B) | 90.37º | 0.83% | 0.38% | - |
| XYZ | 6.16 | 9.65 | 2.07 | - |
| YUV | 76.51 | 94.42 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 98 | 17 | 0.42 | 0 | 0.83 | 0.62 | 90.37 | 0.7 | 0.23 |
| Hex | 39 | 62 | 11 | 2A | 0 | 53 | 3E | 5A | 46 | 17 |
| Octal | 71 | 142 | 21 | 52 | 0 | 123 | 76 | 132 | 106 | 27 |
| Binary | 111001 | 1100010 | 10001 | 101010 | 0 | 1010011 | 111110 | 1011010 | 1000110 | 10111 |
Color Harmonies of #396211
Complementary color
Monochromatic Colors of #396211
Black with #396211
Text Example
Text Example
White with #396211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396211; }
p { color: rgb(57,98,17); }
H1.HeaderClassName
{
color: #396211;
}
.AnyTagClassName
{
color: #396211;
}
</style>
background-color css
<style>
a { background-color: #396211; }
a { background-color: rgb(57,98,17); }
div.DivClassName
{
background-color: #396211;
}
.BgClassName
{
background-color: #396211;
}
</style>
border-color css
<style>
span { border-color: #396211; }
span { border-color: rgb(57,98,17); }
td.TdClassName
{
border-color: #396211;
}
.TagClassName
{
border-color: #396211;
}
</style>