Shades of Verdun Green #3E6810
Tints of Verdun Green #3E6810
RGB
CMYK
RGB Variations
Color information
#3E6810 (or 0x3E6810) is known color: Verdun Green. HEX triplet: 3E, 68 and 10. RGB value is (62,104,16). Sum of RGB (Red+Green+Blue) = 62+104+16=182 (24% of max value = 765). Red value is 62 (24.61% from 255 or 34.07% from 182); Green value is 104 (41.02% from 255 or 57.14% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 104 - color contains mainly: green. Hex color #3E6810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6810 is #C197EF. Grayscale: #515151. Windows color (decimal): -12687344 or 1075262. OLE color: 1075262.
HSL color Cylindrical-coordinate representation of color #3E6810: hue angle of 88.64º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E6810 is Cyan = 0.40, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 104 | 16 | - |
| CMYK | 0.40 | 0 | 0.85 | 0.59 |
| HSL | 88.64º | 0.73% | 0.24% | - |
| HSV(B) | 88.64º | 0.85% | 0.41% | - |
| XYZ | 7.03 | 10.96 | 2.24 | - |
| YUV | 81.41 | 91.09 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 104 | 16 | 0.40 | 0 | 0.85 | 0.59 | 88.64 | 0.73 | 0.24 |
| Hex | 3E | 68 | 10 | 28 | 0 | 55 | 3B | 59 | 49 | 18 |
| Octal | 76 | 150 | 20 | 50 | 0 | 125 | 73 | 131 | 111 | 30 |
| Binary | 111110 | 1101000 | 10000 | 101000 | 0 | 1010101 | 111011 | 1011001 | 1001001 | 11000 |
Color Harmonies of #3E6810
Complementary color
Monochromatic Colors of #3E6810
Black with #3E6810
Text Example
Text Example
White with #3E6810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6810; }
p { color: rgb(62,104,16); }
H1.HeaderClassName
{
color: #3E6810;
}
.AnyTagClassName
{
color: #3E6810;
}
</style>
background-color css
<style>
a { background-color: #3E6810; }
a { background-color: rgb(62,104,16); }
div.DivClassName
{
background-color: #3E6810;
}
.BgClassName
{
background-color: #3E6810;
}
</style>
border-color css
<style>
span { border-color: #3E6810; }
span { border-color: rgb(62,104,16); }
td.TdClassName
{
border-color: #3E6810;
}
.TagClassName
{
border-color: #3E6810;
}
</style>