Shades of Verdun Green #495109
Tints of Verdun Green #495109
RGB
CMYK
RGB Variations
Color information
#495109 (or 0x495109) is known color: Verdun Green. HEX triplet: 49, 51 and 09. RGB value is (73,81,9). Sum of RGB (Red+Green+Blue) = 73+81+9=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 81 (32.03% from 255 or 49.69% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 81 - color contains mainly: green. Hex color #495109 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495109 is #B6AEF6. Grayscale: #464646. Windows color (decimal): -11972343 or 610633. OLE color: 610633.
HSL color Cylindrical-coordinate representation of color #495109: hue angle of 66.67º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #495109 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 81 | 9 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.68 |
| HSL | 66.67º | 0.8% | 0.18% | - |
| HSV(B) | 66.67º | 0.89% | 0.32% | - |
| XYZ | 5.74 | 7.32 | 1.37 | - |
| YUV | 70.4 | 93.35 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 9 | 0.10 | 0 | 0.89 | 0.68 | 66.67 | 0.8 | 0.18 |
| Hex | 49 | 51 | 9 | A | 0 | 59 | 44 | 43 | 50 | 12 |
| Octal | 111 | 121 | 11 | 12 | 0 | 131 | 104 | 103 | 120 | 22 |
| Binary | 1001001 | 1010001 | 1001 | 1010 | 0 | 1011001 | 1000100 | 1000011 | 1010000 | 10010 |
Color Harmonies of #495109
Complementary color
Monochromatic Colors of #495109
Black with #495109
Text Example
Text Example
White with #495109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495109; }
p { color: rgb(73,81,9); }
H1.HeaderClassName
{
color: #495109;
}
.AnyTagClassName
{
color: #495109;
}
</style>
background-color css
<style>
a { background-color: #495109; }
a { background-color: rgb(73,81,9); }
div.DivClassName
{
background-color: #495109;
}
.BgClassName
{
background-color: #495109;
}
</style>
border-color css
<style>
span { border-color: #495109; }
span { border-color: rgb(73,81,9); }
td.TdClassName
{
border-color: #495109;
}
.TagClassName
{
border-color: #495109;
}
</style>