Shades of Verdun Green #495114
Tints of Verdun Green #495114
RGB
CMYK
RGB Variations
Color information
#495114 (or 0x495114) is known color: Verdun Green. HEX triplet: 49, 51 and 14. RGB value is (73,81,20). Sum of RGB (Red+Green+Blue) = 73+81+20=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 81 (32.03% from 255 or 46.55% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 81 - color contains mainly: green. Hex color #495114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495114 is #B6AEEB. Grayscale: #474747. Windows color (decimal): -11972332 or 1331529. OLE color: 1331529.
HSL color Cylindrical-coordinate representation of color #495114: hue angle of 67.87º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #495114 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 81 | 20 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.68 |
| HSL | 67.87º | 0.6% | 0.2% | - |
| HSV(B) | 67.87º | 0.75% | 0.32% | - |
| XYZ | 5.82 | 7.35 | 1.77 | - |
| YUV | 71.65 | 98.85 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 20 | 0.10 | 0 | 0.75 | 0.68 | 67.87 | 0.6 | 0.2 |
| Hex | 49 | 51 | 14 | A | 0 | 4B | 44 | 44 | 3C | 14 |
| Octal | 111 | 121 | 24 | 12 | 0 | 113 | 104 | 104 | 74 | 24 |
| Binary | 1001001 | 1010001 | 10100 | 1010 | 0 | 1001011 | 1000100 | 1000100 | 111100 | 10100 |
Color Harmonies of #495114
Complementary color
Monochromatic Colors of #495114
Black with #495114
Text Example
Text Example
White with #495114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495114; }
p { color: rgb(73,81,20); }
H1.HeaderClassName
{
color: #495114;
}
.AnyTagClassName
{
color: #495114;
}
</style>
background-color css
<style>
a { background-color: #495114; }
a { background-color: rgb(73,81,20); }
div.DivClassName
{
background-color: #495114;
}
.BgClassName
{
background-color: #495114;
}
</style>
border-color css
<style>
span { border-color: #495114; }
span { border-color: rgb(73,81,20); }
td.TdClassName
{
border-color: #495114;
}
.TagClassName
{
border-color: #495114;
}
</style>