Shades of Verdun Green #3E5013
Tints of Verdun Green #3E5013
RGB
CMYK
RGB Variations
Color information
#3E5013 (or 0x3E5013) is known color: Verdun Green. HEX triplet: 3E, 50 and 13. RGB value is (62,80,19). Sum of RGB (Red+Green+Blue) = 62+80+19=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 80 (31.64% from 255 or 49.69% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 80 - color contains mainly: green. Hex color #3E5013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5013 is #C1AFEC. Grayscale: #434343. Windows color (decimal): -12693485 or 1265726. OLE color: 1265726.
HSL color Cylindrical-coordinate representation of color #3E5013: hue angle of 77.7º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E5013 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 80 | 19 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.69 |
| HSL | 77.7º | 0.62% | 0.19% | - |
| HSV(B) | 77.7º | 0.76% | 0.31% | - |
| XYZ | 4.97 | 6.81 | 1.67 | - |
| YUV | 67.66 | 100.54 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 80 | 19 | 0.22 | 0 | 0.76 | 0.69 | 77.7 | 0.62 | 0.19 |
| Hex | 3E | 50 | 13 | 16 | 0 | 4C | 45 | 4E | 3E | 13 |
| Octal | 76 | 120 | 23 | 26 | 0 | 114 | 105 | 116 | 76 | 23 |
| Binary | 111110 | 1010000 | 10011 | 10110 | 0 | 1001100 | 1000101 | 1001110 | 111110 | 10011 |
Color Harmonies of #3E5013
Complementary color
Monochromatic Colors of #3E5013
Black with #3E5013
Text Example
Text Example
White with #3E5013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5013; }
p { color: rgb(62,80,19); }
H1.HeaderClassName
{
color: #3E5013;
}
.AnyTagClassName
{
color: #3E5013;
}
</style>
background-color css
<style>
a { background-color: #3E5013; }
a { background-color: rgb(62,80,19); }
div.DivClassName
{
background-color: #3E5013;
}
.BgClassName
{
background-color: #3E5013;
}
</style>
border-color css
<style>
span { border-color: #3E5013; }
span { border-color: rgb(62,80,19); }
td.TdClassName
{
border-color: #3E5013;
}
.TagClassName
{
border-color: #3E5013;
}
</style>