Shades of Verdun Green #3E540A
Tints of Verdun Green #3E540A
RGB
CMYK
RGB Variations
Color information
#3E540A (or 0x3E540A) is known color: Verdun Green. HEX triplet: 3E, 54 and 0A. RGB value is (62,84,10). Sum of RGB (Red+Green+Blue) = 62+84+10=156 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.74% from 156); Green value is 84 (33.20% from 255 or 53.85% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 84 - color contains mainly: green. Hex color #3E540A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E540A is #C1ABF5. Grayscale: #454545. Windows color (decimal): -12692470 or 676926. OLE color: 676926.
HSL color Cylindrical-coordinate representation of color #3E540A: hue angle of 77.84º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E540A is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 84 | 10 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.67 |
| HSL | 77.84º | 0.79% | 0.18% | - |
| HSV(B) | 77.84º | 0.88% | 0.33% | - |
| XYZ | 5.21 | 7.39 | 1.44 | - |
| YUV | 68.99 | 94.71 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 84 | 10 | 0.26 | 0 | 0.88 | 0.67 | 77.84 | 0.79 | 0.18 |
| Hex | 3E | 54 | A | 1A | 0 | 58 | 43 | 4E | 4F | 12 |
| Octal | 76 | 124 | 12 | 32 | 0 | 130 | 103 | 116 | 117 | 22 |
| Binary | 111110 | 1010100 | 1010 | 11010 | 0 | 1011000 | 1000011 | 1001110 | 1001111 | 10010 |
Color Harmonies of #3E540A
Complementary color
Monochromatic Colors of #3E540A
Black with #3E540A
Text Example
Text Example
White with #3E540A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E540A; }
p { color: rgb(62,84,10); }
H1.HeaderClassName
{
color: #3E540A;
}
.AnyTagClassName
{
color: #3E540A;
}
</style>
background-color css
<style>
a { background-color: #3E540A; }
a { background-color: rgb(62,84,10); }
div.DivClassName
{
background-color: #3E540A;
}
.BgClassName
{
background-color: #3E540A;
}
</style>
border-color css
<style>
span { border-color: #3E540A; }
span { border-color: rgb(62,84,10); }
td.TdClassName
{
border-color: #3E540A;
}
.TagClassName
{
border-color: #3E540A;
}
</style>