Shades of Verdun Green #495909
Tints of Verdun Green #495909
RGB
CMYK
RGB Variations
Color information
#495909 (or 0x495909) is known color: Verdun Green. HEX triplet: 49, 59 and 09. RGB value is (73,89,9). Sum of RGB (Red+Green+Blue) = 73+89+9=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 89 (35.16% from 255 or 52.05% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 89 - color contains mainly: green. Hex color #495909 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495909 is #B6A6F6. Grayscale: #4B4B4B. Windows color (decimal): -11970295 or 612681. OLE color: 612681.
HSL color Cylindrical-coordinate representation of color #495909: hue angle of 72º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #495909 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 89 | 9 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.65 |
| HSL | 72º | 0.82% | 0.19% | - |
| HSV(B) | 72º | 0.9% | 0.35% | - |
| XYZ | 6.37 | 8.58 | 1.58 | - |
| YUV | 75.1 | 90.7 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 9 | 0.18 | 0 | 0.90 | 0.65 | 72 | 0.82 | 0.19 |
| Hex | 49 | 59 | 9 | 12 | 0 | 5A | 41 | 48 | 52 | 13 |
| Octal | 111 | 131 | 11 | 22 | 0 | 132 | 101 | 110 | 122 | 23 |
| Binary | 1001001 | 1011001 | 1001 | 10010 | 0 | 1011010 | 1000001 | 1001000 | 1010010 | 10011 |
Color Harmonies of #495909
Complementary color
Monochromatic Colors of #495909
Black with #495909
Text Example
Text Example
White with #495909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495909; }
p { color: rgb(73,89,9); }
H1.HeaderClassName
{
color: #495909;
}
.AnyTagClassName
{
color: #495909;
}
</style>
background-color css
<style>
a { background-color: #495909; }
a { background-color: rgb(73,89,9); }
div.DivClassName
{
background-color: #495909;
}
.BgClassName
{
background-color: #495909;
}
</style>
border-color css
<style>
span { border-color: #495909; }
span { border-color: rgb(73,89,9); }
td.TdClassName
{
border-color: #495909;
}
.TagClassName
{
border-color: #495909;
}
</style>