Shades of Verdun Green #3E4C11
Tints of Verdun Green #3E4C11
RGB
CMYK
RGB Variations
Color information
#3E4C11 (or 0x3E4C11) is known color: Verdun Green. HEX triplet: 3E, 4C and 11. RGB value is (62,76,17). Sum of RGB (Red+Green+Blue) = 62+76+17=155 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40% from 155); Green value is 76 (30.08% from 255 or 49.03% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 76 - color contains mainly: green. Hex color #3E4C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4C11 is #C1B3EE. Grayscale: #414141. Windows color (decimal): -12694511 or 1133630. OLE color: 1133630.
HSL color Cylindrical-coordinate representation of color #3E4C11: hue angle of 74.24º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E4C11 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 62 | 76 | 17 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.70 |
| HSL | 74.24º | 0.63% | 0.18% | - |
| HSV(B) | 74.24º | 0.78% | 0.3% | - |
| XYZ | 4.67 | 6.23 | 1.49 | - |
| YUV | 65.09 | 100.86 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 76 | 17 | 0.18 | 0 | 0.78 | 0.70 | 74.24 | 0.63 | 0.18 |
| Hex | 3E | 4C | 11 | 12 | 0 | 4E | 46 | 4A | 3F | 12 |
| Octal | 76 | 114 | 21 | 22 | 0 | 116 | 106 | 112 | 77 | 22 |
| Binary | 111110 | 1001100 | 10001 | 10010 | 0 | 1001110 | 1000110 | 1001010 | 111111 | 10010 |
Color Harmonies of #3E4C11
Complementary color
Monochromatic Colors of #3E4C11
Black with #3E4C11
Text Example
Text Example
White with #3E4C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4C11; }
p { color: rgb(62,76,17); }
H1.HeaderClassName
{
color: #3E4C11;
}
.AnyTagClassName
{
color: #3E4C11;
}
</style>
background-color css
<style>
a { background-color: #3E4C11; }
a { background-color: rgb(62,76,17); }
div.DivClassName
{
background-color: #3E4C11;
}
.BgClassName
{
background-color: #3E4C11;
}
</style>
border-color css
<style>
span { border-color: #3E4C11; }
span { border-color: rgb(62,76,17); }
td.TdClassName
{
border-color: #3E4C11;
}
.TagClassName
{
border-color: #3E4C11;
}
</style>