Shades of Verdun Green #3E6006
Tints of Verdun Green #3E6006
RGB
CMYK
RGB Variations
Color information
#3E6006 (or 0x3E6006) is known color: Verdun Green. HEX triplet: 3E, 60 and 06. RGB value is (62,96,6). Sum of RGB (Red+Green+Blue) = 62+96+6=164 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.80% from 164); Green value is 96 (37.89% from 255 or 58.54% from 164); Blue value is 6 (2.73% from 255 or 3.66% from 164); Max value from RGB is 96 - color contains mainly: green. Hex color #3E6006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6006 is #C19FF9. Grayscale: #4B4B4B. Windows color (decimal): -12689402 or 417854. OLE color: 417854.
HSL color Cylindrical-coordinate representation of color #3E6006: hue angle of 82.67º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E6006 is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 96 | 6 | - |
| CMYK | 0.35 | 0 | 0.94 | 0.62 |
| HSL | 82.67º | 0.88% | 0.2% | - |
| HSV(B) | 82.67º | 0.94% | 0.38% | - |
| XYZ | 6.2 | 9.4 | 1.66 | - |
| YUV | 75.57 | 88.74 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 96 | 6 | 0.35 | 0 | 0.94 | 0.62 | 82.67 | 0.88 | 0.2 |
| Hex | 3E | 60 | 6 | 23 | 0 | 5E | 3E | 53 | 58 | 14 |
| Octal | 76 | 140 | 6 | 43 | 0 | 136 | 76 | 123 | 130 | 24 |
| Binary | 111110 | 1100000 | 110 | 100011 | 0 | 1011110 | 111110 | 1010011 | 1011000 | 10100 |
Color Harmonies of #3E6006
Complementary color
Monochromatic Colors of #3E6006
Black with #3E6006
Text Example
Text Example
White with #3E6006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6006; }
p { color: rgb(62,96,6); }
H1.HeaderClassName
{
color: #3E6006;
}
.AnyTagClassName
{
color: #3E6006;
}
</style>
background-color css
<style>
a { background-color: #3E6006; }
a { background-color: rgb(62,96,6); }
div.DivClassName
{
background-color: #3E6006;
}
.BgClassName
{
background-color: #3E6006;
}
</style>
border-color css
<style>
span { border-color: #3E6006; }
span { border-color: rgb(62,96,6); }
td.TdClassName
{
border-color: #3E6006;
}
.TagClassName
{
border-color: #3E6006;
}
</style>