Shades of Verdun Green #3E690A
Tints of Verdun Green #3E690A
RGB
CMYK
RGB Variations
Color information
#3E690A (or 0x3E690A) is known color: Verdun Green. HEX triplet: 3E, 69 and 0A. RGB value is (62,105,10). Sum of RGB (Red+Green+Blue) = 62+105+10=177 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.03% from 177); Green value is 105 (41.41% from 255 or 59.32% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 105 - color contains mainly: green. Hex color #3E690A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E690A is #C196F5. Grayscale: #515151. Windows color (decimal): -12687094 or 682302. OLE color: 682302.
HSL color Cylindrical-coordinate representation of color #3E690A: hue angle of 87.16º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E690A is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 105 | 10 | - |
| CMYK | 0.41 | 0 | 0.90 | 0.59 |
| HSL | 87.16º | 0.83% | 0.23% | - |
| HSV(B) | 87.16º | 0.9% | 0.41% | - |
| XYZ | 7.09 | 11.15 | 2.07 | - |
| YUV | 81.31 | 87.75 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 105 | 10 | 0.41 | 0 | 0.90 | 0.59 | 87.16 | 0.83 | 0.23 |
| Hex | 3E | 69 | A | 29 | 0 | 5A | 3B | 57 | 53 | 17 |
| Octal | 76 | 151 | 12 | 51 | 0 | 132 | 73 | 127 | 123 | 27 |
| Binary | 111110 | 1101001 | 1010 | 101001 | 0 | 1011010 | 111011 | 1010111 | 1010011 | 10111 |
Color Harmonies of #3E690A
Complementary color
Monochromatic Colors of #3E690A
Black with #3E690A
Text Example
Text Example
White with #3E690A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E690A; }
p { color: rgb(62,105,10); }
H1.HeaderClassName
{
color: #3E690A;
}
.AnyTagClassName
{
color: #3E690A;
}
</style>
background-color css
<style>
a { background-color: #3E690A; }
a { background-color: rgb(62,105,10); }
div.DivClassName
{
background-color: #3E690A;
}
.BgClassName
{
background-color: #3E690A;
}
</style>
border-color css
<style>
span { border-color: #3E690A; }
span { border-color: rgb(62,105,10); }
td.TdClassName
{
border-color: #3E690A;
}
.TagClassName
{
border-color: #3E690A;
}
</style>