Shades of Verdun Green #395212
Tints of Verdun Green #395212
RGB
CMYK
RGB Variations
Color information
#395212 (or 0x395212) is known color: Verdun Green. HEX triplet: 39, 52 and 12. RGB value is (57,82,18). Sum of RGB (Red+Green+Blue) = 57+82+18=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 82 (32.42% from 255 or 52.23% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 82 - color contains mainly: green. Hex color #395212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395212 is #C6ADED. Grayscale: #434343. Windows color (decimal): -13020654 or 1200697. OLE color: 1200697.
HSL color Cylindrical-coordinate representation of color #395212: hue angle of 83.44º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #395212 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 82 | 18 | - |
| CMYK | 0.30 | 0 | 0.78 | 0.68 |
| HSL | 83.44º | 0.64% | 0.2% | - |
| HSV(B) | 83.44º | 0.78% | 0.32% | - |
| XYZ | 4.81 | 6.95 | 1.66 | - |
| YUV | 67.23 | 100.22 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 82 | 18 | 0.30 | 0 | 0.78 | 0.68 | 83.44 | 0.64 | 0.2 |
| Hex | 39 | 52 | 12 | 1E | 0 | 4E | 44 | 53 | 40 | 14 |
| Octal | 71 | 122 | 22 | 36 | 0 | 116 | 104 | 123 | 100 | 24 |
| Binary | 111001 | 1010010 | 10010 | 11110 | 0 | 1001110 | 1000100 | 1010011 | 1000000 | 10100 |
Color Harmonies of #395212
Complementary color
Monochromatic Colors of #395212
Black with #395212
Text Example
Text Example
White with #395212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395212; }
p { color: rgb(57,82,18); }
H1.HeaderClassName
{
color: #395212;
}
.AnyTagClassName
{
color: #395212;
}
</style>
background-color css
<style>
a { background-color: #395212; }
a { background-color: rgb(57,82,18); }
div.DivClassName
{
background-color: #395212;
}
.BgClassName
{
background-color: #395212;
}
</style>
border-color css
<style>
span { border-color: #395212; }
span { border-color: rgb(57,82,18); }
td.TdClassName
{
border-color: #395212;
}
.TagClassName
{
border-color: #395212;
}
</style>