Shades of Verdun Green #3E5517
Tints of Verdun Green #3E5517
RGB
CMYK
RGB Variations
Color information
#3E5517 (or 0x3E5517) is known color: Verdun Green. HEX triplet: 3E, 55 and 17. RGB value is (62,85,23). Sum of RGB (Red+Green+Blue) = 62+85+23=170 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.47% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 23 (9.38% from 255 or 13.53% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #3E5517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5517 is #C1AAE8. Grayscale: #474747. Windows color (decimal): -12692201 or 1529150. OLE color: 1529150.
HSL color Cylindrical-coordinate representation of color #3E5517: hue angle of 82.26º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E5517 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 85 | 23 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.67 |
| HSL | 82.26º | 0.57% | 0.21% | - |
| HSV(B) | 82.26º | 0.73% | 0.33% | - |
| XYZ | 5.39 | 7.58 | 1.99 | - |
| YUV | 71.06 | 100.88 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 85 | 23 | 0.27 | 0 | 0.73 | 0.67 | 82.26 | 0.57 | 0.21 |
| Hex | 3E | 55 | 17 | 1B | 0 | 49 | 43 | 52 | 39 | 15 |
| Octal | 76 | 125 | 27 | 33 | 0 | 111 | 103 | 122 | 71 | 25 |
| Binary | 111110 | 1010101 | 10111 | 11011 | 0 | 1001001 | 1000011 | 1010010 | 111001 | 10101 |
Color Harmonies of #3E5517
Complementary color
Monochromatic Colors of #3E5517
Black with #3E5517
Text Example
Text Example
White with #3E5517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5517; }
p { color: rgb(62,85,23); }
H1.HeaderClassName
{
color: #3E5517;
}
.AnyTagClassName
{
color: #3E5517;
}
</style>
background-color css
<style>
a { background-color: #3E5517; }
a { background-color: rgb(62,85,23); }
div.DivClassName
{
background-color: #3E5517;
}
.BgClassName
{
background-color: #3E5517;
}
</style>
border-color css
<style>
span { border-color: #3E5517; }
span { border-color: rgb(62,85,23); }
td.TdClassName
{
border-color: #3E5517;
}
.TagClassName
{
border-color: #3E5517;
}
</style>