Shades of Verdun Green #3E7005
Tints of Verdun Green #3E7005
RGB
CMYK
RGB Variations
Color information
#3E7005 (or 0x3E7005) is known color: Verdun Green. HEX triplet: 3E, 70 and 05. RGB value is (62,112,5). Sum of RGB (Red+Green+Blue) = 62+112+5=179 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.64% from 179); Green value is 112 (44.14% from 255 or 62.57% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 112 - color contains mainly: green. Hex color #3E7005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7005 is #C18FFA. Grayscale: #555555. Windows color (decimal): -12685307 or 356414. OLE color: 356414.
HSL color Cylindrical-coordinate representation of color #3E7005: hue angle of 88.04º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E7005 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 112 | 5 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.56 |
| HSL | 88.04º | 0.91% | 0.23% | - |
| HSV(B) | 88.04º | 0.96% | 0.44% | - |
| XYZ | 7.81 | 12.62 | 2.17 | - |
| YUV | 84.85 | 82.94 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 112 | 5 | 0.45 | 0 | 0.96 | 0.56 | 88.04 | 0.91 | 0.23 |
| Hex | 3E | 70 | 5 | 2D | 0 | 60 | 38 | 58 | 5B | 17 |
| Octal | 76 | 160 | 5 | 55 | 0 | 140 | 70 | 130 | 133 | 27 |
| Binary | 111110 | 1110000 | 101 | 101101 | 0 | 1100000 | 111000 | 1011000 | 1011011 | 10111 |
Color Harmonies of #3E7005
Complementary color
Monochromatic Colors of #3E7005
Black with #3E7005
Text Example
Text Example
White with #3E7005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7005; }
p { color: rgb(62,112,5); }
H1.HeaderClassName
{
color: #3E7005;
}
.AnyTagClassName
{
color: #3E7005;
}
</style>
background-color css
<style>
a { background-color: #3E7005; }
a { background-color: rgb(62,112,5); }
div.DivClassName
{
background-color: #3E7005;
}
.BgClassName
{
background-color: #3E7005;
}
</style>
border-color css
<style>
span { border-color: #3E7005; }
span { border-color: rgb(62,112,5); }
td.TdClassName
{
border-color: #3E7005;
}
.TagClassName
{
border-color: #3E7005;
}
</style>