Shades of Verdun Green #49560A
Tints of Verdun Green #49560A
RGB
CMYK
RGB Variations
Color information
#49560A (or 0x49560A) is known color: Verdun Green. HEX triplet: 49, 56 and 0A. RGB value is (73,86,10). Sum of RGB (Red+Green+Blue) = 73+86+10=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 86 (33.98% from 255 or 50.89% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 86 - color contains mainly: green. Hex color #49560A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49560A is #B6A9F5. Grayscale: #494949. Windows color (decimal): -11971062 or 677449. OLE color: 677449.
HSL color Cylindrical-coordinate representation of color #49560A: hue angle of 70.26º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49560A is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 86 | 10 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.66 |
| HSL | 70.26º | 0.79% | 0.19% | - |
| HSV(B) | 70.26º | 0.88% | 0.34% | - |
| XYZ | 6.13 | 8.09 | 1.53 | - |
| YUV | 73.45 | 92.19 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 10 | 0.15 | 0 | 0.88 | 0.66 | 70.26 | 0.79 | 0.19 |
| Hex | 49 | 56 | A | F | 0 | 58 | 42 | 46 | 4F | 13 |
| Octal | 111 | 126 | 12 | 17 | 0 | 130 | 102 | 106 | 117 | 23 |
| Binary | 1001001 | 1010110 | 1010 | 1111 | 0 | 1011000 | 1000010 | 1000110 | 1001111 | 10011 |
Color Harmonies of #49560A
Complementary color
Monochromatic Colors of #49560A
Black with #49560A
Text Example
Text Example
White with #49560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49560A; }
p { color: rgb(73,86,10); }
H1.HeaderClassName
{
color: #49560A;
}
.AnyTagClassName
{
color: #49560A;
}
</style>
background-color css
<style>
a { background-color: #49560A; }
a { background-color: rgb(73,86,10); }
div.DivClassName
{
background-color: #49560A;
}
.BgClassName
{
background-color: #49560A;
}
</style>
border-color css
<style>
span { border-color: #49560A; }
span { border-color: rgb(73,86,10); }
td.TdClassName
{
border-color: #49560A;
}
.TagClassName
{
border-color: #49560A;
}
</style>