Shades of Verdun Green #395211
Tints of Verdun Green #395211
RGB
CMYK
RGB Variations
Color information
#395211 (or 0x395211) is known color: Verdun Green. HEX triplet: 39, 52 and 11. RGB value is (57,82,17). Sum of RGB (Red+Green+Blue) = 57+82+17=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 82 (32.42% from 255 or 52.56% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 82 - color contains mainly: green. Hex color #395211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395211 is #C6ADEE. Grayscale: #434343. Windows color (decimal): -13020655 or 1135161. OLE color: 1135161.
HSL color Cylindrical-coordinate representation of color #395211: hue angle of 83.08º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #395211 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 82 | 17 | - |
| CMYK | 0.30 | 0 | 0.79 | 0.68 |
| HSL | 83.08º | 0.66% | 0.19% | - |
| HSV(B) | 83.08º | 0.79% | 0.32% | - |
| XYZ | 4.81 | 6.94 | 1.62 | - |
| YUV | 67.12 | 99.72 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 82 | 17 | 0.30 | 0 | 0.79 | 0.68 | 83.08 | 0.66 | 0.19 |
| Hex | 39 | 52 | 11 | 1E | 0 | 4F | 44 | 53 | 42 | 13 |
| Octal | 71 | 122 | 21 | 36 | 0 | 117 | 104 | 123 | 102 | 23 |
| Binary | 111001 | 1010010 | 10001 | 11110 | 0 | 1001111 | 1000100 | 1010011 | 1000010 | 10011 |
Color Harmonies of #395211
Complementary color
Monochromatic Colors of #395211
Black with #395211
Text Example
Text Example
White with #395211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395211; }
p { color: rgb(57,82,17); }
H1.HeaderClassName
{
color: #395211;
}
.AnyTagClassName
{
color: #395211;
}
</style>
background-color css
<style>
a { background-color: #395211; }
a { background-color: rgb(57,82,17); }
div.DivClassName
{
background-color: #395211;
}
.BgClassName
{
background-color: #395211;
}
</style>
border-color css
<style>
span { border-color: #395211; }
span { border-color: rgb(57,82,17); }
td.TdClassName
{
border-color: #395211;
}
.TagClassName
{
border-color: #395211;
}
</style>