Shades of Verdun Green #495112
Tints of Verdun Green #495112
RGB
CMYK
RGB Variations
Color information
#495112 (or 0x495112) is known color: Verdun Green. HEX triplet: 49, 51 and 12. RGB value is (73,81,18). Sum of RGB (Red+Green+Blue) = 73+81+18=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 81 - color contains mainly: green. Hex color #495112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495112 is #B6AEED. Grayscale: #474747. Windows color (decimal): -11972334 or 1200457. OLE color: 1200457.
HSL color Cylindrical-coordinate representation of color #495112: hue angle of 67.62º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #495112 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 81 | 18 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.68 |
| HSL | 67.62º | 0.64% | 0.19% | - |
| HSV(B) | 67.62º | 0.78% | 0.32% | - |
| XYZ | 5.8 | 7.35 | 1.68 | - |
| YUV | 71.43 | 97.85 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 18 | 0.10 | 0 | 0.78 | 0.68 | 67.62 | 0.64 | 0.19 |
| Hex | 49 | 51 | 12 | A | 0 | 4E | 44 | 44 | 40 | 13 |
| Octal | 111 | 121 | 22 | 12 | 0 | 116 | 104 | 104 | 100 | 23 |
| Binary | 1001001 | 1010001 | 10010 | 1010 | 0 | 1001110 | 1000100 | 1000100 | 1000000 | 10011 |
Color Harmonies of #495112
Complementary color
Monochromatic Colors of #495112
Black with #495112
Text Example
Text Example
White with #495112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495112; }
p { color: rgb(73,81,18); }
H1.HeaderClassName
{
color: #495112;
}
.AnyTagClassName
{
color: #495112;
}
</style>
background-color css
<style>
a { background-color: #495112; }
a { background-color: rgb(73,81,18); }
div.DivClassName
{
background-color: #495112;
}
.BgClassName
{
background-color: #495112;
}
</style>
border-color css
<style>
span { border-color: #495112; }
span { border-color: rgb(73,81,18); }
td.TdClassName
{
border-color: #495112;
}
.TagClassName
{
border-color: #495112;
}
</style>