Shades of Verdun Green #3E5911
Tints of Verdun Green #3E5911
RGB
CMYK
RGB Variations
Color information
#3E5911 (or 0x3E5911) is known color: Verdun Green. HEX triplet: 3E, 59 and 11. RGB value is (62,89,17). Sum of RGB (Red+Green+Blue) = 62+89+17=168 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.90% from 168); Green value is 89 (35.16% from 255 or 52.98% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 89 - color contains mainly: green. Hex color #3E5911 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5911 is #C1A6EE. Grayscale: #484848. Windows color (decimal): -12691183 or 1136958. OLE color: 1136958.
HSL color Cylindrical-coordinate representation of color #3E5911: hue angle of 82.5º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E5911 is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 89 | 17 | - |
| CMYK | 0.30 | 0 | 0.81 | 0.65 |
| HSL | 82.5º | 0.68% | 0.21% | - |
| HSV(B) | 82.5º | 0.81% | 0.35% | - |
| XYZ | 5.66 | 8.21 | 1.82 | - |
| YUV | 72.72 | 96.55 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 89 | 17 | 0.30 | 0 | 0.81 | 0.65 | 82.5 | 0.68 | 0.21 |
| Hex | 3E | 59 | 11 | 1E | 0 | 51 | 41 | 52 | 44 | 15 |
| Octal | 76 | 131 | 21 | 36 | 0 | 121 | 101 | 122 | 104 | 25 |
| Binary | 111110 | 1011001 | 10001 | 11110 | 0 | 1010001 | 1000001 | 1010010 | 1000100 | 10101 |
Color Harmonies of #3E5911
Complementary color
Monochromatic Colors of #3E5911
Black with #3E5911
Text Example
Text Example
White with #3E5911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5911; }
p { color: rgb(62,89,17); }
H1.HeaderClassName
{
color: #3E5911;
}
.AnyTagClassName
{
color: #3E5911;
}
</style>
background-color css
<style>
a { background-color: #3E5911; }
a { background-color: rgb(62,89,17); }
div.DivClassName
{
background-color: #3E5911;
}
.BgClassName
{
background-color: #3E5911;
}
</style>
border-color css
<style>
span { border-color: #3E5911; }
span { border-color: rgb(62,89,17); }
td.TdClassName
{
border-color: #3E5911;
}
.TagClassName
{
border-color: #3E5911;
}
</style>