Shades of Verdun Green #3E6000
Tints of Verdun Green #3E6000
RGB
CMYK
RGB Variations
Color information
#3E6000 (or 0x3E6000) is known color: Verdun Green. HEX triplet: 3E, 60 and 00. RGB value is (62,96,0). Sum of RGB (Red+Green+Blue) = 62+96+0=158 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.24% from 158); Green value is 96 (37.89% from 255 or 60.76% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 96 - color contains mainly: green. Hex color #3E6000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6000 is #C19FFF. Grayscale: #4B4B4B. Windows color (decimal): -12689408 or 24638. OLE color: 24638.
HSL color Cylindrical-coordinate representation of color #3E6000: hue angle of 81.25º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E6000 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 96 | 0 | - |
| CMYK | 0.35 | 0 | 1 | 0.62 |
| HSL | 81.25º | 1% | 0.19% | - |
| HSV(B) | 81.25º | 1% | 0.38% | - |
| XYZ | 6.17 | 9.39 | 1.49 | - |
| YUV | 74.89 | 85.74 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 96 | 0 | 0.35 | 0 | 1 | 0.62 | 81.25 | 1 | 0.19 |
| Hex | 3E | 60 | 0 | 23 | 0 | 64 | 3E | 51 | 64 | 13 |
| Octal | 76 | 140 | 0 | 43 | 0 | 144 | 76 | 121 | 144 | 23 |
| Binary | 111110 | 1100000 | 0 | 100011 | 0 | 1100100 | 111110 | 1010001 | 1100100 | 10011 |
Color Harmonies of #3E6000
Complementary color
Monochromatic Colors of #3E6000
Black with #3E6000
Text Example
Text Example
White with #3E6000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6000; }
p { color: rgb(62,96,0); }
H1.HeaderClassName
{
color: #3E6000;
}
.AnyTagClassName
{
color: #3E6000;
}
</style>
background-color css
<style>
a { background-color: #3E6000; }
a { background-color: rgb(62,96,0); }
div.DivClassName
{
background-color: #3E6000;
}
.BgClassName
{
background-color: #3E6000;
}
</style>
border-color css
<style>
span { border-color: #3E6000; }
span { border-color: rgb(62,96,0); }
td.TdClassName
{
border-color: #3E6000;
}
.TagClassName
{
border-color: #3E6000;
}
</style>