Shades of Verdun Green #494809
Tints of Verdun Green #494809
RGB
CMYK
RGB Variations
Color information
#494809 (or 0x494809) is known color: Verdun Green. HEX triplet: 49, 48 and 09. RGB value is (73,72,9). Sum of RGB (Red+Green+Blue) = 73+72+9=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #494809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494809 is #B6B7F6. Grayscale: #414141. Windows color (decimal): -11974647 or 608329. OLE color: 608329.
HSL color Cylindrical-coordinate representation of color #494809: hue angle of 59.06º 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 #494809 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 72 | 9 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.71 |
| HSL | 59.06º | 0.78% | 0.16% | - |
| HSV(B) | 59.06º | 0.88% | 0.29% | - |
| XYZ | 5.11 | 6.07 | 1.16 | - |
| YUV | 65.12 | 96.33 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 9 | 0 | 0.01 | 0.88 | 0.71 | 59.06 | 0.78 | 0.16 |
| Hex | 49 | 48 | 9 | 0 | 1 | 58 | 47 | 3B | 4E | 10 |
| Octal | 111 | 110 | 11 | 0 | 1 | 130 | 107 | 73 | 116 | 20 |
| Binary | 1001001 | 1001000 | 1001 | 0 | 1 | 1011000 | 1000111 | 111011 | 1001110 | 10000 |
Color Harmonies of #494809
Complementary color
Monochromatic Colors of #494809
Black with #494809
Text Example
Text Example
White with #494809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494809; }
p { color: rgb(73,72,9); }
H1.HeaderClassName
{
color: #494809;
}
.AnyTagClassName
{
color: #494809;
}
</style>
background-color css
<style>
a { background-color: #494809; }
a { background-color: rgb(73,72,9); }
div.DivClassName
{
background-color: #494809;
}
.BgClassName
{
background-color: #494809;
}
</style>
border-color css
<style>
span { border-color: #494809; }
span { border-color: rgb(73,72,9); }
td.TdClassName
{
border-color: #494809;
}
.TagClassName
{
border-color: #494809;
}
</style>