Shades of Verdun Green #3E5716
Tints of Verdun Green #3E5716
RGB
CMYK
RGB Variations
Color information
#3E5716 (or 0x3E5716) is known color: Verdun Green. HEX triplet: 3E, 57 and 16. RGB value is (62,87,22). Sum of RGB (Red+Green+Blue) = 62+87+22=171 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.26% from 171); Green value is 87 (34.38% from 255 or 50.88% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 87 - color contains mainly: green. Hex color #3E5716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5716 is #C1A8E9. Grayscale: #484848. Windows color (decimal): -12691690 or 1464126. OLE color: 1464126.
HSL color Cylindrical-coordinate representation of color #3E5716: hue angle of 83.08º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E5716 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 62 | 87 | 22 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.66 |
| HSL | 83.08º | 0.6% | 0.21% | - |
| HSV(B) | 83.08º | 0.75% | 0.34% | - |
| XYZ | 5.54 | 7.9 | 1.99 | - |
| YUV | 72.12 | 99.72 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 87 | 22 | 0.29 | 0 | 0.75 | 0.66 | 83.08 | 0.6 | 0.21 |
| Hex | 3E | 57 | 16 | 1D | 0 | 4B | 42 | 53 | 3C | 15 |
| Octal | 76 | 127 | 26 | 35 | 0 | 113 | 102 | 123 | 74 | 25 |
| Binary | 111110 | 1010111 | 10110 | 11101 | 0 | 1001011 | 1000010 | 1010011 | 111100 | 10101 |
Color Harmonies of #3E5716
Complementary color
Monochromatic Colors of #3E5716
Black with #3E5716
Text Example
Text Example
White with #3E5716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5716; }
p { color: rgb(62,87,22); }
H1.HeaderClassName
{
color: #3E5716;
}
.AnyTagClassName
{
color: #3E5716;
}
</style>
background-color css
<style>
a { background-color: #3E5716; }
a { background-color: rgb(62,87,22); }
div.DivClassName
{
background-color: #3E5716;
}
.BgClassName
{
background-color: #3E5716;
}
</style>
border-color css
<style>
span { border-color: #3E5716; }
span { border-color: rgb(62,87,22); }
td.TdClassName
{
border-color: #3E5716;
}
.TagClassName
{
border-color: #3E5716;
}
</style>