Shades of Verdun Green #3E490C
Tints of Verdun Green #3E490C
RGB
CMYK
RGB Variations
Color information
#3E490C (or 0x3E490C) is known color: Verdun Green. HEX triplet: 3E, 49 and 0C. RGB value is (62,73,12). Sum of RGB (Red+Green+Blue) = 62+73+12=147 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.18% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 73 - color contains mainly: green. Hex color #3E490C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E490C is #C1B6F3. Grayscale: #3E3E3E. Windows color (decimal): -12695284 or 805182. OLE color: 805182.
HSL color Cylindrical-coordinate representation of color #3E490C: hue angle of 70.82º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E490C is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 73 | 12 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.71 |
| HSL | 70.82º | 0.72% | 0.17% | - |
| HSV(B) | 70.82º | 0.84% | 0.29% | - |
| XYZ | 4.44 | 5.82 | 1.24 | - |
| YUV | 62.76 | 99.36 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 73 | 12 | 0.15 | 0 | 0.84 | 0.71 | 70.82 | 0.72 | 0.17 |
| Hex | 3E | 49 | C | F | 0 | 54 | 47 | 47 | 48 | 11 |
| Octal | 76 | 111 | 14 | 17 | 0 | 124 | 107 | 107 | 110 | 21 |
| Binary | 111110 | 1001001 | 1100 | 1111 | 0 | 1010100 | 1000111 | 1000111 | 1001000 | 10001 |
Color Harmonies of #3E490C
Complementary color
Monochromatic Colors of #3E490C
Black with #3E490C
Text Example
Text Example
White with #3E490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E490C; }
p { color: rgb(62,73,12); }
H1.HeaderClassName
{
color: #3E490C;
}
.AnyTagClassName
{
color: #3E490C;
}
</style>
background-color css
<style>
a { background-color: #3E490C; }
a { background-color: rgb(62,73,12); }
div.DivClassName
{
background-color: #3E490C;
}
.BgClassName
{
background-color: #3E490C;
}
</style>
border-color css
<style>
span { border-color: #3E490C; }
span { border-color: rgb(62,73,12); }
td.TdClassName
{
border-color: #3E490C;
}
.TagClassName
{
border-color: #3E490C;
}
</style>