Shades of Verdun Green #494909
Tints of Verdun Green #494909
RGB
CMYK
RGB Variations
Color information
#494909 (or 0x494909) is known color: Verdun Green. HEX triplet: 49, 49 and 09. RGB value is (73,73,9). Sum of RGB (Red+Green+Blue) = 73+73+9=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 73 - color contains mainly: red, green. Hex color #494909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494909 is #B6B6F6. Grayscale: #414141. Windows color (decimal): -11974391 or 608585. OLE color: 608585.
HSL color Cylindrical-coordinate representation of color #494909: hue angle of 60º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #494909 is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 73 | 9 | - |
| CMYK | 0 | 0 | 0.88 | 0.71 |
| HSL | 60º | 0.78% | 0.16% | - |
| HSV(B) | 60º | 0.88% | 0.29% | - |
| XYZ | 5.18 | 6.2 | 1.18 | - |
| YUV | 65.7 | 96 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 9 | 0 | 0 | 0.88 | 0.71 | 60 | 0.78 | 0.16 |
| Hex | 49 | 49 | 9 | 0 | 0 | 58 | 47 | 3C | 4E | 10 |
| Octal | 111 | 111 | 11 | 0 | 0 | 130 | 107 | 74 | 116 | 20 |
| Binary | 1001001 | 1001001 | 1001 | 0 | 0 | 1011000 | 1000111 | 111100 | 1001110 | 10000 |
Color Harmonies of #494909
Complementary color
Monochromatic Colors of #494909
Black with #494909
Text Example
Text Example
White with #494909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494909; }
p { color: rgb(73,73,9); }
H1.HeaderClassName
{
color: #494909;
}
.AnyTagClassName
{
color: #494909;
}
</style>
background-color css
<style>
a { background-color: #494909; }
a { background-color: rgb(73,73,9); }
div.DivClassName
{
background-color: #494909;
}
.BgClassName
{
background-color: #494909;
}
</style>
border-color css
<style>
span { border-color: #494909; }
span { border-color: rgb(73,73,9); }
td.TdClassName
{
border-color: #494909;
}
.TagClassName
{
border-color: #494909;
}
</style>