Shades of Verdun Green #3E4F14
Tints of Verdun Green #3E4F14
RGB
CMYK
RGB Variations
Color information
#3E4F14 (or 0x3E4F14) is known color: Verdun Green. HEX triplet: 3E, 4F and 14. RGB value is (62,79,20). Sum of RGB (Red+Green+Blue) = 62+79+20=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 79 (31.25% from 255 or 49.07% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 79 - color contains mainly: green. Hex color #3E4F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E4F14 is #C1B0EB. Grayscale: #434343. Windows color (decimal): -12693740 or 1331006. OLE color: 1331006.
HSL color Cylindrical-coordinate representation of color #3E4F14: hue angle of 77.29º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E4F14 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 79 | 20 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.69 |
| HSL | 77.29º | 0.6% | 0.19% | - |
| HSV(B) | 77.29º | 0.75% | 0.31% | - |
| XYZ | 4.91 | 6.67 | 1.69 | - |
| YUV | 67.19 | 101.37 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 79 | 20 | 0.22 | 0 | 0.75 | 0.69 | 77.29 | 0.6 | 0.19 |
| Hex | 3E | 4F | 14 | 16 | 0 | 4B | 45 | 4D | 3C | 13 |
| Octal | 76 | 117 | 24 | 26 | 0 | 113 | 105 | 115 | 74 | 23 |
| Binary | 111110 | 1001111 | 10100 | 10110 | 0 | 1001011 | 1000101 | 1001101 | 111100 | 10011 |
Color Harmonies of #3E4F14
Complementary color
Monochromatic Colors of #3E4F14
Black with #3E4F14
Text Example
Text Example
White with #3E4F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4F14; }
p { color: rgb(62,79,20); }
H1.HeaderClassName
{
color: #3E4F14;
}
.AnyTagClassName
{
color: #3E4F14;
}
</style>
background-color css
<style>
a { background-color: #3E4F14; }
a { background-color: rgb(62,79,20); }
div.DivClassName
{
background-color: #3E4F14;
}
.BgClassName
{
background-color: #3E4F14;
}
</style>
border-color css
<style>
span { border-color: #3E4F14; }
span { border-color: rgb(62,79,20); }
td.TdClassName
{
border-color: #3E4F14;
}
.TagClassName
{
border-color: #3E4F14;
}
</style>