Shades of Verdun Green #495014
Tints of Verdun Green #495014
RGB
CMYK
RGB Variations
Color information
#495014 (or 0x495014) is known color: Verdun Green. HEX triplet: 49, 50 and 14. RGB value is (73,80,20). Sum of RGB (Red+Green+Blue) = 73+80+20=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 80 - color contains mainly: green. Hex color #495014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495014 is #B6AFEB. Grayscale: #474747. Windows color (decimal): -11972588 or 1331273. OLE color: 1331273.
HSL color Cylindrical-coordinate representation of color #495014: hue angle of 67º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #495014 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 80 | 20 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.69 |
| HSL | 67º | 0.6% | 0.2% | - |
| HSV(B) | 67º | 0.75% | 0.31% | - |
| XYZ | 5.74 | 7.2 | 1.75 | - |
| YUV | 71.07 | 99.18 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 20 | 0.09 | 0 | 0.75 | 0.69 | 67 | 0.6 | 0.2 |
| Hex | 49 | 50 | 14 | 9 | 0 | 4B | 45 | 43 | 3C | 14 |
| Octal | 111 | 120 | 24 | 11 | 0 | 113 | 105 | 103 | 74 | 24 |
| Binary | 1001001 | 1010000 | 10100 | 1001 | 0 | 1001011 | 1000101 | 1000011 | 111100 | 10100 |
Color Harmonies of #495014
Complementary color
Monochromatic Colors of #495014
Black with #495014
Text Example
Text Example
White with #495014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495014; }
p { color: rgb(73,80,20); }
H1.HeaderClassName
{
color: #495014;
}
.AnyTagClassName
{
color: #495014;
}
</style>
background-color css
<style>
a { background-color: #495014; }
a { background-color: rgb(73,80,20); }
div.DivClassName
{
background-color: #495014;
}
.BgClassName
{
background-color: #495014;
}
</style>
border-color css
<style>
span { border-color: #495014; }
span { border-color: rgb(73,80,20); }
td.TdClassName
{
border-color: #495014;
}
.TagClassName
{
border-color: #495014;
}
</style>