Shades of Verdun Green #3E6100
Tints of Verdun Green #3E6100
RGB
CMYK
RGB Variations
Color information
#3E6100 (or 0x3E6100) is known color: Verdun Green. HEX triplet: 3E, 61 and 00. RGB value is (62,97,0). Sum of RGB (Red+Green+Blue) = 62+97+0=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 97 (38.28% from 255 or 61.01% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 97 - color contains mainly: green. Hex color #3E6100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6100 is #C19EFF. Grayscale: #4B4B4B. Windows color (decimal): -12689152 or 24894. OLE color: 24894.
HSL color Cylindrical-coordinate representation of color #3E6100: hue angle of 81.65º 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 #3E6100 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 97 | 0 | - |
| CMYK | 0.36 | 0 | 1 | 0.62 |
| HSL | 81.65º | 1% | 0.19% | - |
| HSV(B) | 81.65º | 1% | 0.38% | - |
| XYZ | 6.26 | 9.57 | 1.52 | - |
| YUV | 75.48 | 85.4 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 97 | 0 | 0.36 | 0 | 1 | 0.62 | 81.65 | 1 | 0.19 |
| Hex | 3E | 61 | 0 | 24 | 0 | 64 | 3E | 52 | 64 | 13 |
| Octal | 76 | 141 | 0 | 44 | 0 | 144 | 76 | 122 | 144 | 23 |
| Binary | 111110 | 1100001 | 0 | 100100 | 0 | 1100100 | 111110 | 1010010 | 1100100 | 10011 |
Color Harmonies of #3E6100
Complementary color
Monochromatic Colors of #3E6100
Black with #3E6100
Text Example
Text Example
White with #3E6100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6100; }
p { color: rgb(62,97,0); }
H1.HeaderClassName
{
color: #3E6100;
}
.AnyTagClassName
{
color: #3E6100;
}
</style>
background-color css
<style>
a { background-color: #3E6100; }
a { background-color: rgb(62,97,0); }
div.DivClassName
{
background-color: #3E6100;
}
.BgClassName
{
background-color: #3E6100;
}
</style>
border-color css
<style>
span { border-color: #3E6100; }
span { border-color: rgb(62,97,0); }
td.TdClassName
{
border-color: #3E6100;
}
.TagClassName
{
border-color: #3E6100;
}
</style>