Shades of Verdun Green #3E5901
Tints of Verdun Green #3E5901
RGB
CMYK
RGB Variations
Color information
#3E5901 (or 0x3E5901) is known color: Verdun Green. HEX triplet: 3E, 59 and 01. RGB value is (62,89,1). Sum of RGB (Red+Green+Blue) = 62+89+1=152 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.79% from 152); Green value is 89 (35.16% from 255 or 58.55% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 89 - color contains mainly: green. Hex color #3E5901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5901 is #C1A6FE. Grayscale: #474747. Windows color (decimal): -12691199 or 88382. OLE color: 88382.
HSL color Cylindrical-coordinate representation of color #3E5901: hue angle of 78.41º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E5901 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 89 | 1 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.65 |
| HSL | 78.41º | 0.98% | 0.18% | - |
| HSV(B) | 78.41º | 0.99% | 0.35% | - |
| XYZ | 5.56 | 8.17 | 1.31 | - |
| YUV | 70.9 | 88.55 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 89 | 1 | 0.30 | 0 | 0.99 | 0.65 | 78.41 | 0.98 | 0.18 |
| Hex | 3E | 59 | 1 | 1E | 0 | 63 | 41 | 4E | 62 | 12 |
| Octal | 76 | 131 | 1 | 36 | 0 | 143 | 101 | 116 | 142 | 22 |
| Binary | 111110 | 1011001 | 1 | 11110 | 0 | 1100011 | 1000001 | 1001110 | 1100010 | 10010 |
Color Harmonies of #3E5901
Complementary color
Monochromatic Colors of #3E5901
Black with #3E5901
Text Example
Text Example
White with #3E5901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5901; }
p { color: rgb(62,89,1); }
H1.HeaderClassName
{
color: #3E5901;
}
.AnyTagClassName
{
color: #3E5901;
}
</style>
background-color css
<style>
a { background-color: #3E5901; }
a { background-color: rgb(62,89,1); }
div.DivClassName
{
background-color: #3E5901;
}
.BgClassName
{
background-color: #3E5901;
}
</style>
border-color css
<style>
span { border-color: #3E5901; }
span { border-color: rgb(62,89,1); }
td.TdClassName
{
border-color: #3E5901;
}
.TagClassName
{
border-color: #3E5901;
}
</style>