Shades of Verdun Green #495016
Tints of Verdun Green #495016
RGB
CMYK
RGB Variations
Color information
#495016 (or 0x495016) is known color: Verdun Green. HEX triplet: 49, 50 and 16. RGB value is (73,80,22). Sum of RGB (Red+Green+Blue) = 73+80+22=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 80 - color contains mainly: green. Hex color #495016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495016 is #B6AFE9. Grayscale: #474747. Windows color (decimal): -11972586 or 1462345. OLE color: 1462345.
HSL color Cylindrical-coordinate representation of color #495016: hue angle of 67.24º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #495016 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 80 | 22 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.69 |
| HSL | 67.24º | 0.57% | 0.2% | - |
| HSV(B) | 67.24º | 0.73% | 0.31% | - |
| XYZ | 5.76 | 7.21 | 1.85 | - |
| YUV | 71.3 | 100.18 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 22 | 0.09 | 0 | 0.72 | 0.69 | 67.24 | 0.57 | 0.2 |
| Hex | 49 | 50 | 16 | 9 | 0 | 48 | 45 | 43 | 39 | 14 |
| Octal | 111 | 120 | 26 | 11 | 0 | 110 | 105 | 103 | 71 | 24 |
| Binary | 1001001 | 1010000 | 10110 | 1001 | 0 | 1001000 | 1000101 | 1000011 | 111001 | 10100 |
Color Harmonies of #495016
Complementary color
Monochromatic Colors of #495016
Black with #495016
Text Example
Text Example
White with #495016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495016; }
p { color: rgb(73,80,22); }
H1.HeaderClassName
{
color: #495016;
}
.AnyTagClassName
{
color: #495016;
}
</style>
background-color css
<style>
a { background-color: #495016; }
a { background-color: rgb(73,80,22); }
div.DivClassName
{
background-color: #495016;
}
.BgClassName
{
background-color: #495016;
}
</style>
border-color css
<style>
span { border-color: #495016; }
span { border-color: rgb(73,80,22); }
td.TdClassName
{
border-color: #495016;
}
.TagClassName
{
border-color: #495016;
}
</style>