Shades of Verdun Green #3E5713
Tints of Verdun Green #3E5713
RGB
CMYK
RGB Variations
Color information
#3E5713 (or 0x3E5713) is known color: Verdun Green. HEX triplet: 3E, 57 and 13. RGB value is (62,87,19). Sum of RGB (Red+Green+Blue) = 62+87+19=168 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.90% from 168); Green value is 87 (34.38% from 255 or 51.79% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 87 - color contains mainly: green. Hex color #3E5713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5713 is #C1A8EC. Grayscale: #484848. Windows color (decimal): -12691693 or 1267518. OLE color: 1267518.
HSL color Cylindrical-coordinate representation of color #3E5713: hue angle of 82.06º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E5713 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 62 | 87 | 19 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.66 |
| HSL | 82.06º | 0.64% | 0.21% | - |
| HSV(B) | 82.06º | 0.78% | 0.34% | - |
| XYZ | 5.51 | 7.89 | 1.85 | - |
| YUV | 71.77 | 98.22 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 87 | 19 | 0.29 | 0 | 0.78 | 0.66 | 82.06 | 0.64 | 0.21 |
| Hex | 3E | 57 | 13 | 1D | 0 | 4E | 42 | 52 | 40 | 15 |
| Octal | 76 | 127 | 23 | 35 | 0 | 116 | 102 | 122 | 100 | 25 |
| Binary | 111110 | 1010111 | 10011 | 11101 | 0 | 1001110 | 1000010 | 1010010 | 1000000 | 10101 |
Color Harmonies of #3E5713
Complementary color
Monochromatic Colors of #3E5713
Black with #3E5713
Text Example
Text Example
White with #3E5713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5713; }
p { color: rgb(62,87,19); }
H1.HeaderClassName
{
color: #3E5713;
}
.AnyTagClassName
{
color: #3E5713;
}
</style>
background-color css
<style>
a { background-color: #3E5713; }
a { background-color: rgb(62,87,19); }
div.DivClassName
{
background-color: #3E5713;
}
.BgClassName
{
background-color: #3E5713;
}
</style>
border-color css
<style>
span { border-color: #3E5713; }
span { border-color: rgb(62,87,19); }
td.TdClassName
{
border-color: #3E5713;
}
.TagClassName
{
border-color: #3E5713;
}
</style>