Shades of Verdun Green #496410
Tints of Verdun Green #496410
RGB
CMYK
RGB Variations
Color information
#496410 (or 0x496410) is known color: Verdun Green. HEX triplet: 49, 64 and 10. RGB value is (73,100,16). Sum of RGB (Red+Green+Blue) = 73+100+16=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 100 (39.45% from 255 or 52.91% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 100 - color contains mainly: green. Hex color #496410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496410 is #B69BEF. Grayscale: #525252. Windows color (decimal): -11967472 or 1074249. OLE color: 1074249.
HSL color Cylindrical-coordinate representation of color #496410: hue angle of 79.29º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #496410 is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 100 | 16 | - |
| CMYK | 0.27 | 0 | 0.84 | 0.61 |
| HSL | 79.29º | 0.72% | 0.23% | - |
| HSV(B) | 79.29º | 0.84% | 0.39% | - |
| XYZ | 7.4 | 10.57 | 2.14 | - |
| YUV | 82.35 | 90.55 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 100 | 16 | 0.27 | 0 | 0.84 | 0.61 | 79.29 | 0.72 | 0.23 |
| Hex | 49 | 64 | 10 | 1B | 0 | 54 | 3D | 4F | 48 | 17 |
| Octal | 111 | 144 | 20 | 33 | 0 | 124 | 75 | 117 | 110 | 27 |
| Binary | 1001001 | 1100100 | 10000 | 11011 | 0 | 1010100 | 111101 | 1001111 | 1001000 | 10111 |
Color Harmonies of #496410
Complementary color
Monochromatic Colors of #496410
Black with #496410
Text Example
Text Example
White with #496410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496410; }
p { color: rgb(73,100,16); }
H1.HeaderClassName
{
color: #496410;
}
.AnyTagClassName
{
color: #496410;
}
</style>
background-color css
<style>
a { background-color: #496410; }
a { background-color: rgb(73,100,16); }
div.DivClassName
{
background-color: #496410;
}
.BgClassName
{
background-color: #496410;
}
</style>
border-color css
<style>
span { border-color: #496410; }
span { border-color: rgb(73,100,16); }
td.TdClassName
{
border-color: #496410;
}
.TagClassName
{
border-color: #496410;
}
</style>