Shades of Verdun Green #3E6106
Tints of Verdun Green #3E6106
RGB
CMYK
RGB Variations
Color information
#3E6106 (or 0x3E6106) is known color: Verdun Green. HEX triplet: 3E, 61 and 06. RGB value is (62,97,6). Sum of RGB (Red+Green+Blue) = 62+97+6=165 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.58% from 165); Green value is 97 (38.28% from 255 or 58.79% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 97 - color contains mainly: green. Hex color #3E6106 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6106 is #C19EF9. Grayscale: #4C4C4C. Windows color (decimal): -12689146 or 418110. OLE color: 418110.
HSL color Cylindrical-coordinate representation of color #3E6106: hue angle of 83.08º 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 #3E6106 is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 97 | 6 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.62 |
| HSL | 83.08º | 0.88% | 0.2% | - |
| HSV(B) | 83.08º | 0.94% | 0.38% | - |
| XYZ | 6.29 | 9.59 | 1.69 | - |
| YUV | 76.16 | 88.4 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 97 | 6 | 0.36 | 0 | 0.94 | 0.62 | 83.08 | 0.88 | 0.2 |
| Hex | 3E | 61 | 6 | 24 | 0 | 5E | 3E | 53 | 58 | 14 |
| Octal | 76 | 141 | 6 | 44 | 0 | 136 | 76 | 123 | 130 | 24 |
| Binary | 111110 | 1100001 | 110 | 100100 | 0 | 1011110 | 111110 | 1010011 | 1011000 | 10100 |
Color Harmonies of #3E6106
Complementary color
Monochromatic Colors of #3E6106
Black with #3E6106
Text Example
Text Example
White with #3E6106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6106; }
p { color: rgb(62,97,6); }
H1.HeaderClassName
{
color: #3E6106;
}
.AnyTagClassName
{
color: #3E6106;
}
</style>
background-color css
<style>
a { background-color: #3E6106; }
a { background-color: rgb(62,97,6); }
div.DivClassName
{
background-color: #3E6106;
}
.BgClassName
{
background-color: #3E6106;
}
</style>
border-color css
<style>
span { border-color: #3E6106; }
span { border-color: rgb(62,97,6); }
td.TdClassName
{
border-color: #3E6106;
}
.TagClassName
{
border-color: #3E6106;
}
</style>