Shades of Verdun Green #495910
Tints of Verdun Green #495910
RGB
CMYK
RGB Variations
Color information
#495910 (or 0x495910) is known color: Verdun Green. HEX triplet: 49, 59 and 10. RGB value is (73,89,16). Sum of RGB (Red+Green+Blue) = 73+89+16=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #495910 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495910 is #B6A6EF. Grayscale: #4C4C4C. Windows color (decimal): -11970288 or 1071433. OLE color: 1071433.
HSL color Cylindrical-coordinate representation of color #495910: hue angle of 73.15º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #495910 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 89 | 16 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.65 |
| HSL | 73.15º | 0.7% | 0.21% | - |
| HSV(B) | 73.15º | 0.82% | 0.35% | - |
| XYZ | 6.41 | 8.6 | 1.81 | - |
| YUV | 75.89 | 94.2 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 16 | 0.18 | 0 | 0.82 | 0.65 | 73.15 | 0.7 | 0.21 |
| Hex | 49 | 59 | 10 | 12 | 0 | 52 | 41 | 49 | 46 | 15 |
| Octal | 111 | 131 | 20 | 22 | 0 | 122 | 101 | 111 | 106 | 25 |
| Binary | 1001001 | 1011001 | 10000 | 10010 | 0 | 1010010 | 1000001 | 1001001 | 1000110 | 10101 |
Color Harmonies of #495910
Complementary color
Monochromatic Colors of #495910
Black with #495910
Text Example
Text Example
White with #495910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495910; }
p { color: rgb(73,89,16); }
H1.HeaderClassName
{
color: #495910;
}
.AnyTagClassName
{
color: #495910;
}
</style>
background-color css
<style>
a { background-color: #495910; }
a { background-color: rgb(73,89,16); }
div.DivClassName
{
background-color: #495910;
}
.BgClassName
{
background-color: #495910;
}
</style>
border-color css
<style>
span { border-color: #495910; }
span { border-color: rgb(73,89,16); }
td.TdClassName
{
border-color: #495910;
}
.TagClassName
{
border-color: #495910;
}
</style>