Shades of Verdun Green #495110
Tints of Verdun Green #495110
RGB
CMYK
RGB Variations
Color information
#495110 (or 0x495110) is known color: Verdun Green. HEX triplet: 49, 51 and 10. RGB value is (73,81,16). Sum of RGB (Red+Green+Blue) = 73+81+16=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 81 - color contains mainly: green. Hex color #495110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495110 is #B6AEEF. Grayscale: #474747. Windows color (decimal): -11972336 or 1069385. OLE color: 1069385.
HSL color Cylindrical-coordinate representation of color #495110: hue angle of 67.38º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #495110 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 81 | 16 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.68 |
| HSL | 67.38º | 0.67% | 0.19% | - |
| HSV(B) | 67.38º | 0.8% | 0.32% | - |
| XYZ | 5.78 | 7.34 | 1.6 | - |
| YUV | 71.2 | 96.85 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 16 | 0.10 | 0 | 0.80 | 0.68 | 67.38 | 0.67 | 0.19 |
| Hex | 49 | 51 | 10 | A | 0 | 50 | 44 | 43 | 43 | 13 |
| Octal | 111 | 121 | 20 | 12 | 0 | 120 | 104 | 103 | 103 | 23 |
| Binary | 1001001 | 1010001 | 10000 | 1010 | 0 | 1010000 | 1000100 | 1000011 | 1000011 | 10011 |
Color Harmonies of #495110
Complementary color
Monochromatic Colors of #495110
Black with #495110
Text Example
Text Example
White with #495110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495110; }
p { color: rgb(73,81,16); }
H1.HeaderClassName
{
color: #495110;
}
.AnyTagClassName
{
color: #495110;
}
</style>
background-color css
<style>
a { background-color: #495110; }
a { background-color: rgb(73,81,16); }
div.DivClassName
{
background-color: #495110;
}
.BgClassName
{
background-color: #495110;
}
</style>
border-color css
<style>
span { border-color: #495110; }
span { border-color: rgb(73,81,16); }
td.TdClassName
{
border-color: #495110;
}
.TagClassName
{
border-color: #495110;
}
</style>