Shades of Verdun Green #3E6411
Tints of Verdun Green #3E6411
RGB
CMYK
RGB Variations
Color information
#3E6411 (or 0x3E6411) is known color: Verdun Green. HEX triplet: 3E, 64 and 11. RGB value is (62,100,17). Sum of RGB (Red+Green+Blue) = 62+100+17=179 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.64% from 179); Green value is 100 (39.45% from 255 or 55.87% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 100 - color contains mainly: green. Hex color #3E6411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6411 is #C19BEE. Grayscale: #4F4F4F. Windows color (decimal): -12688367 or 1139774. OLE color: 1139774.
HSL color Cylindrical-coordinate representation of color #3E6411: hue angle of 87.47º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3E6411 is Cyan = 0.38, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 62 | 100 | 17 | - |
| CMYK | 0.38 | 0 | 0.83 | 0.61 |
| HSL | 87.47º | 0.71% | 0.23% | - |
| HSV(B) | 87.47º | 0.83% | 0.39% | - |
| XYZ | 6.64 | 10.18 | 2.14 | - |
| YUV | 79.18 | 92.91 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 100 | 17 | 0.38 | 0 | 0.83 | 0.61 | 87.47 | 0.71 | 0.23 |
| Hex | 3E | 64 | 11 | 26 | 0 | 53 | 3D | 57 | 47 | 17 |
| Octal | 76 | 144 | 21 | 46 | 0 | 123 | 75 | 127 | 107 | 27 |
| Binary | 111110 | 1100100 | 10001 | 100110 | 0 | 1010011 | 111101 | 1010111 | 1000111 | 10111 |
Color Harmonies of #3E6411
Complementary color
Monochromatic Colors of #3E6411
Black with #3E6411
Text Example
Text Example
White with #3E6411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6411; }
p { color: rgb(62,100,17); }
H1.HeaderClassName
{
color: #3E6411;
}
.AnyTagClassName
{
color: #3E6411;
}
</style>
background-color css
<style>
a { background-color: #3E6411; }
a { background-color: rgb(62,100,17); }
div.DivClassName
{
background-color: #3E6411;
}
.BgClassName
{
background-color: #3E6411;
}
</style>
border-color css
<style>
span { border-color: #3E6411; }
span { border-color: rgb(62,100,17); }
td.TdClassName
{
border-color: #3E6411;
}
.TagClassName
{
border-color: #3E6411;
}
</style>