Shades of Verdun Green #3E5516
Tints of Verdun Green #3E5516
RGB
CMYK
RGB Variations
Color information
#3E5516 (or 0x3E5516) is known color: Verdun Green. HEX triplet: 3E, 55 and 16. RGB value is (62,85,22). Sum of RGB (Red+Green+Blue) = 62+85+22=169 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.69% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #3E5516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5516 is #C1AAE9. Grayscale: #474747. Windows color (decimal): -12692202 or 1463614. OLE color: 1463614.
HSL color Cylindrical-coordinate representation of color #3E5516: hue angle of 81.9º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E5516 is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 85 | 22 | - |
| CMYK | 0.27 | 0 | 0.74 | 0.67 |
| HSL | 81.9º | 0.59% | 0.21% | - |
| HSV(B) | 81.9º | 0.74% | 0.33% | - |
| XYZ | 5.38 | 7.58 | 1.94 | - |
| YUV | 70.94 | 100.38 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 85 | 22 | 0.27 | 0 | 0.74 | 0.67 | 81.9 | 0.59 | 0.21 |
| Hex | 3E | 55 | 16 | 1B | 0 | 4A | 43 | 52 | 3B | 15 |
| Octal | 76 | 125 | 26 | 33 | 0 | 112 | 103 | 122 | 73 | 25 |
| Binary | 111110 | 1010101 | 10110 | 11011 | 0 | 1001010 | 1000011 | 1010010 | 111011 | 10101 |
Color Harmonies of #3E5516
Complementary color
Monochromatic Colors of #3E5516
Black with #3E5516
Text Example
Text Example
White with #3E5516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5516; }
p { color: rgb(62,85,22); }
H1.HeaderClassName
{
color: #3E5516;
}
.AnyTagClassName
{
color: #3E5516;
}
</style>
background-color css
<style>
a { background-color: #3E5516; }
a { background-color: rgb(62,85,22); }
div.DivClassName
{
background-color: #3E5516;
}
.BgClassName
{
background-color: #3E5516;
}
</style>
border-color css
<style>
span { border-color: #3E5516; }
span { border-color: rgb(62,85,22); }
td.TdClassName
{
border-color: #3E5516;
}
.TagClassName
{
border-color: #3E5516;
}
</style>