Shades of Verdun Green #3E6002
Tints of Verdun Green #3E6002
RGB
CMYK
RGB Variations
Color information
#3E6002 (or 0x3E6002) is known color: Verdun Green. HEX triplet: 3E, 60 and 02. RGB value is (62,96,2). Sum of RGB (Red+Green+Blue) = 62+96+2=160 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.75% from 160); Green value is 96 (37.89% from 255 or 60% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 96 - color contains mainly: green. Hex color #3E6002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6002 is #C19FFD. Grayscale: #4B4B4B. Windows color (decimal): -12689406 or 155710. OLE color: 155710.
HSL color Cylindrical-coordinate representation of color #3E6002: hue angle of 81.7º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E6002 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 96 | 2 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.62 |
| HSL | 81.7º | 0.96% | 0.19% | - |
| HSV(B) | 81.7º | 0.98% | 0.38% | - |
| XYZ | 6.18 | 9.39 | 1.54 | - |
| YUV | 75.12 | 86.74 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 96 | 2 | 0.35 | 0 | 0.98 | 0.62 | 81.7 | 0.96 | 0.19 |
| Hex | 3E | 60 | 2 | 23 | 0 | 62 | 3E | 52 | 60 | 13 |
| Octal | 76 | 140 | 2 | 43 | 0 | 142 | 76 | 122 | 140 | 23 |
| Binary | 111110 | 1100000 | 10 | 100011 | 0 | 1100010 | 111110 | 1010010 | 1100000 | 10011 |
Color Harmonies of #3E6002
Complementary color
Monochromatic Colors of #3E6002
Black with #3E6002
Text Example
Text Example
White with #3E6002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6002; }
p { color: rgb(62,96,2); }
H1.HeaderClassName
{
color: #3E6002;
}
.AnyTagClassName
{
color: #3E6002;
}
</style>
background-color css
<style>
a { background-color: #3E6002; }
a { background-color: rgb(62,96,2); }
div.DivClassName
{
background-color: #3E6002;
}
.BgClassName
{
background-color: #3E6002;
}
</style>
border-color css
<style>
span { border-color: #3E6002; }
span { border-color: rgb(62,96,2); }
td.TdClassName
{
border-color: #3E6002;
}
.TagClassName
{
border-color: #3E6002;
}
</style>