Shades of Verdun Green #494900
Tints of Verdun Green #494900
RGB
CMYK
RGB Variations
Color information
#494900 (or 0x494900) is known color: Verdun Green. HEX triplet: 49, 49 and 00. RGB value is (73,73,0). Sum of RGB (Red+Green+Blue) = 73+73+0=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 73 - color contains mainly: red, green. Hex color #494900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494900 is #B6B6FF. Grayscale: #404040. Windows color (decimal): -11974400 or 18761. OLE color: 18761.
HSL color Cylindrical-coordinate representation of color #494900: hue angle of 60º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #494900 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 73 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.71 |
| HSL | 60º | 1% | 0.14% | - |
| HSV(B) | 60º | 1% | 0.29% | - |
| XYZ | 5.13 | 6.18 | 0.92 | - |
| YUV | 64.68 | 91.5 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 0 | 0 | 0 | 1 | 0.71 | 60 | 1 | 0.14 |
| Hex | 49 | 49 | 0 | 0 | 0 | 64 | 47 | 3C | 64 | E |
| Octal | 111 | 111 | 0 | 0 | 0 | 144 | 107 | 74 | 144 | 16 |
| Binary | 1001001 | 1001001 | 0 | 0 | 0 | 1100100 | 1000111 | 111100 | 1100100 | 1110 |
Color Harmonies of #494900
Complementary color
Monochromatic Colors of #494900
Black with #494900
Text Example
Text Example
White with #494900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494900; }
p { color: rgb(73,73,0); }
H1.HeaderClassName
{
color: #494900;
}
.AnyTagClassName
{
color: #494900;
}
</style>
background-color css
<style>
a { background-color: #494900; }
a { background-color: rgb(73,73,0); }
div.DivClassName
{
background-color: #494900;
}
.BgClassName
{
background-color: #494900;
}
</style>
border-color css
<style>
span { border-color: #494900; }
span { border-color: rgb(73,73,0); }
td.TdClassName
{
border-color: #494900;
}
.TagClassName
{
border-color: #494900;
}
</style>