Shades of Verdun Green #3E610A
Tints of Verdun Green #3E610A
RGB
CMYK
RGB Variations
Color information
#3E610A (or 0x3E610A) is known color: Verdun Green. HEX triplet: 3E, 61 and 0A. RGB value is (62,97,10). Sum of RGB (Red+Green+Blue) = 62+97+10=169 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.69% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #3E610A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E610A is #C19EF5. Grayscale: #4C4C4C. Windows color (decimal): -12689142 or 680254. OLE color: 680254.
HSL color Cylindrical-coordinate representation of color #3E610A: hue angle of 84.14º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E610A is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 97 | 10 | - |
| CMYK | 0.36 | 0 | 0.90 | 0.62 |
| HSL | 84.14º | 0.81% | 0.21% | - |
| HSV(B) | 84.14º | 0.9% | 0.38% | - |
| XYZ | 6.32 | 9.6 | 1.81 | - |
| YUV | 76.62 | 90.4 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 97 | 10 | 0.36 | 0 | 0.90 | 0.62 | 84.14 | 0.81 | 0.21 |
| Hex | 3E | 61 | A | 24 | 0 | 5A | 3E | 54 | 51 | 15 |
| Octal | 76 | 141 | 12 | 44 | 0 | 132 | 76 | 124 | 121 | 25 |
| Binary | 111110 | 1100001 | 1010 | 100100 | 0 | 1011010 | 111110 | 1010100 | 1010001 | 10101 |
Color Harmonies of #3E610A
Complementary color
Monochromatic Colors of #3E610A
Black with #3E610A
Text Example
Text Example
White with #3E610A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E610A; }
p { color: rgb(62,97,10); }
H1.HeaderClassName
{
color: #3E610A;
}
.AnyTagClassName
{
color: #3E610A;
}
</style>
background-color css
<style>
a { background-color: #3E610A; }
a { background-color: rgb(62,97,10); }
div.DivClassName
{
background-color: #3E610A;
}
.BgClassName
{
background-color: #3E610A;
}
</style>
border-color css
<style>
span { border-color: #3E610A; }
span { border-color: rgb(62,97,10); }
td.TdClassName
{
border-color: #3E610A;
}
.TagClassName
{
border-color: #3E610A;
}
</style>