Shades of Verdun Green #3E4E16
Tints of Verdun Green #3E4E16
RGB
CMYK
RGB Variations
Color information
#3E4E16 (or 0x3E4E16) is known color: Verdun Green. HEX triplet: 3E, 4E and 16. RGB value is (62,78,22). Sum of RGB (Red+Green+Blue) = 62+78+22=162 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.27% from 162); Green value is 78 (30.86% from 255 or 48.15% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 78 - color contains mainly: green. Hex color #3E4E16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E4E16 is #C1B1E9. Grayscale: #434343. Windows color (decimal): -12693994 or 1461822. OLE color: 1461822.
HSL color Cylindrical-coordinate representation of color #3E4E16: hue angle of 77.14º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E4E16 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 78 | 22 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.69 |
| HSL | 77.14º | 0.56% | 0.2% | - |
| HSV(B) | 77.14º | 0.72% | 0.31% | - |
| XYZ | 4.86 | 6.53 | 1.76 | - |
| YUV | 66.83 | 102.7 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 78 | 22 | 0.21 | 0 | 0.72 | 0.69 | 77.14 | 0.56 | 0.2 |
| Hex | 3E | 4E | 16 | 15 | 0 | 48 | 45 | 4D | 38 | 14 |
| Octal | 76 | 116 | 26 | 25 | 0 | 110 | 105 | 115 | 70 | 24 |
| Binary | 111110 | 1001110 | 10110 | 10101 | 0 | 1001000 | 1000101 | 1001101 | 111000 | 10100 |
Color Harmonies of #3E4E16
Complementary color
Monochromatic Colors of #3E4E16
Black with #3E4E16
Text Example
Text Example
White with #3E4E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4E16; }
p { color: rgb(62,78,22); }
H1.HeaderClassName
{
color: #3E4E16;
}
.AnyTagClassName
{
color: #3E4E16;
}
</style>
background-color css
<style>
a { background-color: #3E4E16; }
a { background-color: rgb(62,78,22); }
div.DivClassName
{
background-color: #3E4E16;
}
.BgClassName
{
background-color: #3E4E16;
}
</style>
border-color css
<style>
span { border-color: #3E4E16; }
span { border-color: rgb(62,78,22); }
td.TdClassName
{
border-color: #3E4E16;
}
.TagClassName
{
border-color: #3E4E16;
}
</style>