Shades of Verdun Green #495118
Tints of Verdun Green #495118
RGB
CMYK
RGB Variations
Color information
#495118 (or 0x495118) is known color: Verdun Green. HEX triplet: 49, 51 and 18. RGB value is (73,81,24). Sum of RGB (Red+Green+Blue) = 73+81+24=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 81 - color contains mainly: green. Hex color #495118 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495118 is #B6AEE7. Grayscale: #484848. Windows color (decimal): -11972328 or 1593673. OLE color: 1593673.
HSL color Cylindrical-coordinate representation of color #495118: hue angle of 68.42º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #495118 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 81 | 24 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.68 |
| HSL | 68.42º | 0.54% | 0.21% | - |
| HSV(B) | 68.42º | 0.7% | 0.32% | - |
| XYZ | 5.85 | 7.37 | 1.98 | - |
| YUV | 72.11 | 100.85 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 24 | 0.10 | 0 | 0.70 | 0.68 | 68.42 | 0.54 | 0.21 |
| Hex | 49 | 51 | 18 | A | 0 | 46 | 44 | 44 | 36 | 15 |
| Octal | 111 | 121 | 30 | 12 | 0 | 106 | 104 | 104 | 66 | 25 |
| Binary | 1001001 | 1010001 | 11000 | 1010 | 0 | 1000110 | 1000100 | 1000100 | 110110 | 10101 |
Color Harmonies of #495118
Complementary color
Monochromatic Colors of #495118
Black with #495118
Text Example
Text Example
White with #495118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495118; }
p { color: rgb(73,81,24); }
H1.HeaderClassName
{
color: #495118;
}
.AnyTagClassName
{
color: #495118;
}
</style>
background-color css
<style>
a { background-color: #495118; }
a { background-color: rgb(73,81,24); }
div.DivClassName
{
background-color: #495118;
}
.BgClassName
{
background-color: #495118;
}
</style>
border-color css
<style>
span { border-color: #495118; }
span { border-color: rgb(73,81,24); }
td.TdClassName
{
border-color: #495118;
}
.TagClassName
{
border-color: #495118;
}
</style>