Shades of Verdun Green #3E660A
Tints of Verdun Green #3E660A
RGB
CMYK
RGB Variations
Color information
#3E660A (or 0x3E660A) is known color: Verdun Green. HEX triplet: 3E, 66 and 0A. RGB value is (62,102,10). Sum of RGB (Red+Green+Blue) = 62+102+10=174 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.63% from 174); Green value is 102 (40.23% from 255 or 58.62% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 102 - color contains mainly: green. Hex color #3E660A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E660A is #C199F5. Grayscale: #4F4F4F. Windows color (decimal): -12687862 or 681534. OLE color: 681534.
HSL color Cylindrical-coordinate representation of color #3E660A: hue angle of 86.09º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E660A is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 62 | 102 | 10 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.6 |
| HSL | 86.09º | 0.82% | 0.22% | - |
| HSV(B) | 86.09º | 0.9% | 0.4% | - |
| XYZ | 6.79 | 10.55 | 1.97 | - |
| YUV | 79.55 | 88.75 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 102 | 10 | 0.39 | 0 | 0.90 | 0.6 | 86.09 | 0.82 | 0.22 |
| Hex | 3E | 66 | A | 27 | 0 | 5A | 3C | 56 | 52 | 16 |
| Octal | 76 | 146 | 12 | 47 | 0 | 132 | 74 | 126 | 122 | 26 |
| Binary | 111110 | 1100110 | 1010 | 100111 | 0 | 1011010 | 111100 | 1010110 | 1010010 | 10110 |
Color Harmonies of #3E660A
Complementary color
Monochromatic Colors of #3E660A
Black with #3E660A
Text Example
Text Example
White with #3E660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E660A; }
p { color: rgb(62,102,10); }
H1.HeaderClassName
{
color: #3E660A;
}
.AnyTagClassName
{
color: #3E660A;
}
</style>
background-color css
<style>
a { background-color: #3E660A; }
a { background-color: rgb(62,102,10); }
div.DivClassName
{
background-color: #3E660A;
}
.BgClassName
{
background-color: #3E660A;
}
</style>
border-color css
<style>
span { border-color: #3E660A; }
span { border-color: rgb(62,102,10); }
td.TdClassName
{
border-color: #3E660A;
}
.TagClassName
{
border-color: #3E660A;
}
</style>