Shades of Verdun Green #3E5215
Tints of Verdun Green #3E5215
RGB
CMYK
RGB Variations
Color information
#3E5215 (or 0x3E5215) is known color: Verdun Green. HEX triplet: 3E, 52 and 15. RGB value is (62,82,21). Sum of RGB (Red+Green+Blue) = 62+82+21=165 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.58% from 165); Green value is 82 (32.42% from 255 or 49.70% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 82 - color contains mainly: green. Hex color #3E5215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5215 is #C1ADEA. Grayscale: #454545. Windows color (decimal): -12692971 or 1397310. OLE color: 1397310.
HSL color Cylindrical-coordinate representation of color #3E5215: hue angle of 79.67º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E5215 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 62 | 82 | 21 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.68 |
| HSL | 79.67º | 0.59% | 0.2% | - |
| HSV(B) | 79.67º | 0.74% | 0.32% | - |
| XYZ | 5.14 | 7.11 | 1.81 | - |
| YUV | 69.07 | 100.87 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 82 | 21 | 0.24 | 0 | 0.74 | 0.68 | 79.67 | 0.59 | 0.2 |
| Hex | 3E | 52 | 15 | 18 | 0 | 4A | 44 | 50 | 3B | 14 |
| Octal | 76 | 122 | 25 | 30 | 0 | 112 | 104 | 120 | 73 | 24 |
| Binary | 111110 | 1010010 | 10101 | 11000 | 0 | 1001010 | 1000100 | 1010000 | 111011 | 10100 |
Color Harmonies of #3E5215
Complementary color
Monochromatic Colors of #3E5215
Black with #3E5215
Text Example
Text Example
White with #3E5215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5215; }
p { color: rgb(62,82,21); }
H1.HeaderClassName
{
color: #3E5215;
}
.AnyTagClassName
{
color: #3E5215;
}
</style>
background-color css
<style>
a { background-color: #3E5215; }
a { background-color: rgb(62,82,21); }
div.DivClassName
{
background-color: #3E5215;
}
.BgClassName
{
background-color: #3E5215;
}
</style>
border-color css
<style>
span { border-color: #3E5215; }
span { border-color: rgb(62,82,21); }
td.TdClassName
{
border-color: #3E5215;
}
.TagClassName
{
border-color: #3E5215;
}
</style>