Shades of Verdun Green #395412
Tints of Verdun Green #395412
RGB
CMYK
RGB Variations
Color information
#395412 (or 0x395412) is known color: Verdun Green. HEX triplet: 39, 54 and 12. RGB value is (57,84,18). Sum of RGB (Red+Green+Blue) = 57+84+18=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #395412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395412 is #C6ABED. Grayscale: #444444. Windows color (decimal): -13020142 or 1201209. OLE color: 1201209.
HSL color Cylindrical-coordinate representation of color #395412: hue angle of 84.55º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #395412 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 84 | 18 | - |
| CMYK | 0.32 | 0 | 0.79 | 0.67 |
| HSL | 84.55º | 0.65% | 0.2% | - |
| HSV(B) | 84.55º | 0.79% | 0.33% | - |
| XYZ | 4.97 | 7.25 | 1.71 | - |
| YUV | 68.4 | 99.55 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 84 | 18 | 0.32 | 0 | 0.79 | 0.67 | 84.55 | 0.65 | 0.2 |
| Hex | 39 | 54 | 12 | 20 | 0 | 4F | 43 | 55 | 41 | 14 |
| Octal | 71 | 124 | 22 | 40 | 0 | 117 | 103 | 125 | 101 | 24 |
| Binary | 111001 | 1010100 | 10010 | 100000 | 0 | 1001111 | 1000011 | 1010101 | 1000001 | 10100 |
Color Harmonies of #395412
Complementary color
Monochromatic Colors of #395412
Black with #395412
Text Example
Text Example
White with #395412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395412; }
p { color: rgb(57,84,18); }
H1.HeaderClassName
{
color: #395412;
}
.AnyTagClassName
{
color: #395412;
}
</style>
background-color css
<style>
a { background-color: #395412; }
a { background-color: rgb(57,84,18); }
div.DivClassName
{
background-color: #395412;
}
.BgClassName
{
background-color: #395412;
}
</style>
border-color css
<style>
span { border-color: #395412; }
span { border-color: rgb(57,84,18); }
td.TdClassName
{
border-color: #395412;
}
.TagClassName
{
border-color: #395412;
}
</style>