Shades of Verdun Green #3E5301
Tints of Verdun Green #3E5301
RGB
CMYK
RGB Variations
Color information
#3E5301 (or 0x3E5301) is known color: Verdun Green. HEX triplet: 3E, 53 and 01. RGB value is (62,83,1). Sum of RGB (Red+Green+Blue) = 62+83+1=146 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.47% from 146); Green value is 83 (32.81% from 255 or 56.85% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 83 - color contains mainly: green. Hex color #3E5301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5301 is #C1ACFE. Grayscale: #434343. Windows color (decimal): -12692735 or 86846. OLE color: 86846.
HSL color Cylindrical-coordinate representation of color #3E5301: hue angle of 75.37º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E5301 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 83 | 1 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.67 |
| HSL | 75.37º | 0.98% | 0.16% | - |
| HSV(B) | 75.37º | 0.99% | 0.33% | - |
| XYZ | 5.09 | 7.21 | 1.15 | - |
| YUV | 67.37 | 90.54 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 83 | 1 | 0.25 | 0 | 0.99 | 0.67 | 75.37 | 0.98 | 0.16 |
| Hex | 3E | 53 | 1 | 19 | 0 | 63 | 43 | 4B | 62 | 10 |
| Octal | 76 | 123 | 1 | 31 | 0 | 143 | 103 | 113 | 142 | 20 |
| Binary | 111110 | 1010011 | 1 | 11001 | 0 | 1100011 | 1000011 | 1001011 | 1100010 | 10000 |
Color Harmonies of #3E5301
Complementary color
Monochromatic Colors of #3E5301
Black with #3E5301
Text Example
Text Example
White with #3E5301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5301; }
p { color: rgb(62,83,1); }
H1.HeaderClassName
{
color: #3E5301;
}
.AnyTagClassName
{
color: #3E5301;
}
</style>
background-color css
<style>
a { background-color: #3E5301; }
a { background-color: rgb(62,83,1); }
div.DivClassName
{
background-color: #3E5301;
}
.BgClassName
{
background-color: #3E5301;
}
</style>
border-color css
<style>
span { border-color: #3E5301; }
span { border-color: rgb(62,83,1); }
td.TdClassName
{
border-color: #3E5301;
}
.TagClassName
{
border-color: #3E5301;
}
</style>