Shades of Verdun Green #3E5019
Tints of Verdun Green #3E5019
RGB
CMYK
RGB Variations
Color information
#3E5019 (or 0x3E5019) is known color: Verdun Green. HEX triplet: 3E, 50 and 19. RGB value is (62,80,25). Sum of RGB (Red+Green+Blue) = 62+80+25=167 (22% of max value = 765). Red value is 62 (24.61% from 255 or 37.13% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 25 (10.16% from 255 or 14.97% from 167); Max value from RGB is 80 - color contains mainly: green. Hex color #3E5019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5019 is #C1AFE6. Grayscale: #444444. Windows color (decimal): -12693479 or 1658942. OLE color: 1658942.
HSL color Cylindrical-coordinate representation of color #3E5019: hue angle of 79.64º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E5019 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 80 | 25 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.69 |
| HSL | 79.64º | 0.52% | 0.21% | - |
| HSV(B) | 79.64º | 0.69% | 0.31% | - |
| XYZ | 5.03 | 6.83 | 1.97 | - |
| YUV | 68.35 | 103.54 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 80 | 25 | 0.22 | 0 | 0.69 | 0.69 | 79.64 | 0.52 | 0.21 |
| Hex | 3E | 50 | 19 | 16 | 0 | 45 | 45 | 50 | 34 | 15 |
| Octal | 76 | 120 | 31 | 26 | 0 | 105 | 105 | 120 | 64 | 25 |
| Binary | 111110 | 1010000 | 11001 | 10110 | 0 | 1000101 | 1000101 | 1010000 | 110100 | 10101 |
Color Harmonies of #3E5019
Complementary color
Monochromatic Colors of #3E5019
Black with #3E5019
Text Example
Text Example
White with #3E5019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5019; }
p { color: rgb(62,80,25); }
H1.HeaderClassName
{
color: #3E5019;
}
.AnyTagClassName
{
color: #3E5019;
}
</style>
background-color css
<style>
a { background-color: #3E5019; }
a { background-color: rgb(62,80,25); }
div.DivClassName
{
background-color: #3E5019;
}
.BgClassName
{
background-color: #3E5019;
}
</style>
border-color css
<style>
span { border-color: #3E5019; }
span { border-color: rgb(62,80,25); }
td.TdClassName
{
border-color: #3E5019;
}
.TagClassName
{
border-color: #3E5019;
}
</style>