Shades of Verdun Green #4E490C
Tints of Verdun Green #4E490C
RGB
CMYK
RGB Variations
Color information
#4E490C (or 0x4E490C) is known color: Verdun Green. HEX triplet: 4E, 49 and 0C. RGB value is (78,73,12). Sum of RGB (Red+Green+Blue) = 78+73+12=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E490C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E490C is #B1B6F3. Grayscale: #434343. Windows color (decimal): -11646708 or 805198. OLE color: 805198.
HSL color Cylindrical-coordinate representation of color #4E490C: hue angle of 55.45º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E490C is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 73 | 12 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.69 |
| HSL | 55.45º | 0.73% | 0.18% | - |
| HSV(B) | 55.45º | 0.85% | 0.31% | - |
| XYZ | 5.59 | 6.41 | 1.29 | - |
| YUV | 67.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 73 | 12 | 0 | 0.06 | 0.85 | 0.69 | 55.45 | 0.73 | 0.18 |
| Hex | 4E | 49 | C | 0 | 6 | 55 | 45 | 37 | 49 | 12 |
| Octal | 116 | 111 | 14 | 0 | 6 | 125 | 105 | 67 | 111 | 22 |
| Binary | 1001110 | 1001001 | 1100 | 0 | 110 | 1010101 | 1000101 | 110111 | 1001001 | 10010 |
Color Harmonies of #4E490C
Complementary color
Monochromatic Colors of #4E490C
Black with #4E490C
Text Example
Text Example
White with #4E490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E490C; }
p { color: rgb(78,73,12); }
H1.HeaderClassName
{
color: #4E490C;
}
.AnyTagClassName
{
color: #4E490C;
}
</style>
background-color css
<style>
a { background-color: #4E490C; }
a { background-color: rgb(78,73,12); }
div.DivClassName
{
background-color: #4E490C;
}
.BgClassName
{
background-color: #4E490C;
}
</style>
border-color css
<style>
span { border-color: #4E490C; }
span { border-color: rgb(78,73,12); }
td.TdClassName
{
border-color: #4E490C;
}
.TagClassName
{
border-color: #4E490C;
}
</style>