Shades of Verdun Green #3E5513
Tints of Verdun Green #3E5513
RGB
CMYK
RGB Variations
Color information
#3E5513 (or 0x3E5513) is known color: Verdun Green. HEX triplet: 3E, 55 and 13. RGB value is (62,85,19). Sum of RGB (Red+Green+Blue) = 62+85+19=166 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.35% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #3E5513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5513 is #C1AAEC. Grayscale: #464646. Windows color (decimal): -12692205 or 1267006. OLE color: 1267006.
HSL color Cylindrical-coordinate representation of color #3E5513: hue angle of 80.91º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E5513 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 85 | 19 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.67 |
| HSL | 80.91º | 0.63% | 0.2% | - |
| HSV(B) | 80.91º | 0.78% | 0.33% | - |
| XYZ | 5.35 | 7.57 | 1.79 | - |
| YUV | 70.6 | 98.88 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 85 | 19 | 0.27 | 0 | 0.78 | 0.67 | 80.91 | 0.63 | 0.2 |
| Hex | 3E | 55 | 13 | 1B | 0 | 4E | 43 | 51 | 3F | 14 |
| Octal | 76 | 125 | 23 | 33 | 0 | 116 | 103 | 121 | 77 | 24 |
| Binary | 111110 | 1010101 | 10011 | 11011 | 0 | 1001110 | 1000011 | 1010001 | 111111 | 10100 |
Color Harmonies of #3E5513
Complementary color
Monochromatic Colors of #3E5513
Black with #3E5513
Text Example
Text Example
White with #3E5513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5513; }
p { color: rgb(62,85,19); }
H1.HeaderClassName
{
color: #3E5513;
}
.AnyTagClassName
{
color: #3E5513;
}
</style>
background-color css
<style>
a { background-color: #3E5513; }
a { background-color: rgb(62,85,19); }
div.DivClassName
{
background-color: #3E5513;
}
.BgClassName
{
background-color: #3E5513;
}
</style>
border-color css
<style>
span { border-color: #3E5513; }
span { border-color: rgb(62,85,19); }
td.TdClassName
{
border-color: #3E5513;
}
.TagClassName
{
border-color: #3E5513;
}
</style>