Shades of Verdun Green #3E6005
Tints of Verdun Green #3E6005
RGB
CMYK
RGB Variations
Color information
#3E6005 (or 0x3E6005) is known color: Verdun Green. HEX triplet: 3E, 60 and 05. RGB value is (62,96,5). Sum of RGB (Red+Green+Blue) = 62+96+5=163 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.04% from 163); Green value is 96 (37.89% from 255 or 58.90% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 96 - color contains mainly: green. Hex color #3E6005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6005 is #C19FFA. Grayscale: #4B4B4B. Windows color (decimal): -12689403 or 352318. OLE color: 352318.
HSL color Cylindrical-coordinate representation of color #3E6005: hue angle of 82.42º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E6005 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 96 | 5 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.62 |
| HSL | 82.42º | 0.9% | 0.2% | - |
| HSV(B) | 82.42º | 0.95% | 0.38% | - |
| XYZ | 6.2 | 9.4 | 1.63 | - |
| YUV | 75.46 | 88.24 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 96 | 5 | 0.35 | 0 | 0.95 | 0.62 | 82.42 | 0.9 | 0.2 |
| Hex | 3E | 60 | 5 | 23 | 0 | 5F | 3E | 52 | 5A | 14 |
| Octal | 76 | 140 | 5 | 43 | 0 | 137 | 76 | 122 | 132 | 24 |
| Binary | 111110 | 1100000 | 101 | 100011 | 0 | 1011111 | 111110 | 1010010 | 1011010 | 10100 |
Color Harmonies of #3E6005
Complementary color
Monochromatic Colors of #3E6005
Black with #3E6005
Text Example
Text Example
White with #3E6005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6005; }
p { color: rgb(62,96,5); }
H1.HeaderClassName
{
color: #3E6005;
}
.AnyTagClassName
{
color: #3E6005;
}
</style>
background-color css
<style>
a { background-color: #3E6005; }
a { background-color: rgb(62,96,5); }
div.DivClassName
{
background-color: #3E6005;
}
.BgClassName
{
background-color: #3E6005;
}
</style>
border-color css
<style>
span { border-color: #3E6005; }
span { border-color: rgb(62,96,5); }
td.TdClassName
{
border-color: #3E6005;
}
.TagClassName
{
border-color: #3E6005;
}
</style>