Shades of Verdun Green #3E5412
Tints of Verdun Green #3E5412
RGB
CMYK
RGB Variations
Color information
#3E5412 (or 0x3E5412) is known color: Verdun Green. HEX triplet: 3E, 54 and 12. RGB value is (62,84,18). Sum of RGB (Red+Green+Blue) = 62+84+18=164 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.80% from 164); Green value is 84 (33.20% from 255 or 51.22% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 84 - color contains mainly: green. Hex color #3E5412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5412 is #C1ABED. Grayscale: #464646. Windows color (decimal): -12692462 or 1201214. OLE color: 1201214.
HSL color Cylindrical-coordinate representation of color #3E5412: hue angle of 80º 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 #3E5412 is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 84 | 18 | - |
| CMYK | 0.26 | 0 | 0.79 | 0.67 |
| HSL | 80º | 0.65% | 0.2% | - |
| HSV(B) | 80º | 0.79% | 0.33% | - |
| XYZ | 5.27 | 7.41 | 1.72 | - |
| YUV | 69.9 | 98.71 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 84 | 18 | 0.26 | 0 | 0.79 | 0.67 | 80 | 0.65 | 0.2 |
| Hex | 3E | 54 | 12 | 1A | 0 | 4F | 43 | 50 | 41 | 14 |
| Octal | 76 | 124 | 22 | 32 | 0 | 117 | 103 | 120 | 101 | 24 |
| Binary | 111110 | 1010100 | 10010 | 11010 | 0 | 1001111 | 1000011 | 1010000 | 1000001 | 10100 |
Color Harmonies of #3E5412
Complementary color
Monochromatic Colors of #3E5412
Black with #3E5412
Text Example
Text Example
White with #3E5412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5412; }
p { color: rgb(62,84,18); }
H1.HeaderClassName
{
color: #3E5412;
}
.AnyTagClassName
{
color: #3E5412;
}
</style>
background-color css
<style>
a { background-color: #3E5412; }
a { background-color: rgb(62,84,18); }
div.DivClassName
{
background-color: #3E5412;
}
.BgClassName
{
background-color: #3E5412;
}
</style>
border-color css
<style>
span { border-color: #3E5412; }
span { border-color: rgb(62,84,18); }
td.TdClassName
{
border-color: #3E5412;
}
.TagClassName
{
border-color: #3E5412;
}
</style>