Shades of Verdun Green #3E5A17
Tints of Verdun Green #3E5A17
RGB
CMYK
RGB Variations
Color information
#3E5A17 (or 0x3E5A17) is known color: Verdun Green. HEX triplet: 3E, 5A and 17. RGB value is (62,90,23). Sum of RGB (Red+Green+Blue) = 62+90+23=175 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.43% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #3E5A17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5A17 is #C1A5E8. Grayscale: #4A4A4A. Windows color (decimal): -12690921 or 1530430. OLE color: 1530430.
HSL color Cylindrical-coordinate representation of color #3E5A17: hue angle of 85.07º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E5A17 is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 90 | 23 | - |
| CMYK | 0.31 | 0 | 0.74 | 0.65 |
| HSL | 85.07º | 0.59% | 0.22% | - |
| HSV(B) | 85.07º | 0.74% | 0.35% | - |
| XYZ | 5.8 | 8.4 | 2.13 | - |
| YUV | 73.99 | 99.22 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 90 | 23 | 0.31 | 0 | 0.74 | 0.65 | 85.07 | 0.59 | 0.22 |
| Hex | 3E | 5A | 17 | 1F | 0 | 4A | 41 | 55 | 3B | 16 |
| Octal | 76 | 132 | 27 | 37 | 0 | 112 | 101 | 125 | 73 | 26 |
| Binary | 111110 | 1011010 | 10111 | 11111 | 0 | 1001010 | 1000001 | 1010101 | 111011 | 10110 |
Color Harmonies of #3E5A17
Complementary color
Monochromatic Colors of #3E5A17
Black with #3E5A17
Text Example
Text Example
White with #3E5A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5A17; }
p { color: rgb(62,90,23); }
H1.HeaderClassName
{
color: #3E5A17;
}
.AnyTagClassName
{
color: #3E5A17;
}
</style>
background-color css
<style>
a { background-color: #3E5A17; }
a { background-color: rgb(62,90,23); }
div.DivClassName
{
background-color: #3E5A17;
}
.BgClassName
{
background-color: #3E5A17;
}
</style>
border-color css
<style>
span { border-color: #3E5A17; }
span { border-color: rgb(62,90,23); }
td.TdClassName
{
border-color: #3E5A17;
}
.TagClassName
{
border-color: #3E5A17;
}
</style>