Shades of Verdun Green #3E5A06
Tints of Verdun Green #3E5A06
RGB
CMYK
RGB Variations
Color information
#3E5A06 (or 0x3E5A06) is known color: Verdun Green. HEX triplet: 3E, 5A and 06. RGB value is (62,90,6). Sum of RGB (Red+Green+Blue) = 62+90+6=158 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.24% from 158); Green value is 90 (35.55% from 255 or 56.96% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 90 - color contains mainly: green. Hex color #3E5A06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5A06 is #C1A5F9. Grayscale: #484848. Windows color (decimal): -12690938 or 416318. OLE color: 416318.
HSL color Cylindrical-coordinate representation of color #3E5A06: hue angle of 80º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E5A06 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 90 | 6 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.65 |
| HSL | 80º | 0.88% | 0.19% | - |
| HSV(B) | 80º | 0.93% | 0.35% | - |
| XYZ | 5.68 | 8.35 | 1.48 | - |
| YUV | 72.05 | 90.72 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 90 | 6 | 0.31 | 0 | 0.93 | 0.65 | 80 | 0.88 | 0.19 |
| Hex | 3E | 5A | 6 | 1F | 0 | 5D | 41 | 50 | 58 | 13 |
| Octal | 76 | 132 | 6 | 37 | 0 | 135 | 101 | 120 | 130 | 23 |
| Binary | 111110 | 1011010 | 110 | 11111 | 0 | 1011101 | 1000001 | 1010000 | 1011000 | 10011 |
Color Harmonies of #3E5A06
Complementary color
Monochromatic Colors of #3E5A06
Black with #3E5A06
Text Example
Text Example
White with #3E5A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5A06; }
p { color: rgb(62,90,6); }
H1.HeaderClassName
{
color: #3E5A06;
}
.AnyTagClassName
{
color: #3E5A06;
}
</style>
background-color css
<style>
a { background-color: #3E5A06; }
a { background-color: rgb(62,90,6); }
div.DivClassName
{
background-color: #3E5A06;
}
.BgClassName
{
background-color: #3E5A06;
}
</style>
border-color css
<style>
span { border-color: #3E5A06; }
span { border-color: rgb(62,90,6); }
td.TdClassName
{
border-color: #3E5A06;
}
.TagClassName
{
border-color: #3E5A06;
}
</style>