Shades of Verdun Green #494800
Tints of Verdun Green #494800
RGB
CMYK
RGB Variations
Color information
#494800 (or 0x494800) is known color: Verdun Green. HEX triplet: 49, 48 and 00. RGB value is (73,72,0). Sum of RGB (Red+Green+Blue) = 73+72+0=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #494800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494800 is #B6B7FF. Grayscale: #404040. Windows color (decimal): -11974656 or 18505. OLE color: 18505.
HSL color Cylindrical-coordinate representation of color #494800: hue angle of 59.18º 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 #494800 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 72 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.71 |
| HSL | 59.18º | 1% | 0.14% | - |
| HSV(B) | 59.18º | 1% | 0.29% | - |
| XYZ | 5.07 | 6.05 | 0.9 | - |
| YUV | 64.09 | 91.83 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 0 | 0 | 0.01 | 1 | 0.71 | 59.18 | 1 | 0.14 |
| Hex | 49 | 48 | 0 | 0 | 1 | 64 | 47 | 3B | 64 | E |
| Octal | 111 | 110 | 0 | 0 | 1 | 144 | 107 | 73 | 144 | 16 |
| Binary | 1001001 | 1001000 | 0 | 0 | 1 | 1100100 | 1000111 | 111011 | 1100100 | 1110 |
Color Harmonies of #494800
Complementary color
Monochromatic Colors of #494800
Black with #494800
Text Example
Text Example
White with #494800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494800; }
p { color: rgb(73,72,0); }
H1.HeaderClassName
{
color: #494800;
}
.AnyTagClassName
{
color: #494800;
}
</style>
background-color css
<style>
a { background-color: #494800; }
a { background-color: rgb(73,72,0); }
div.DivClassName
{
background-color: #494800;
}
.BgClassName
{
background-color: #494800;
}
</style>
border-color css
<style>
span { border-color: #494800; }
span { border-color: rgb(73,72,0); }
td.TdClassName
{
border-color: #494800;
}
.TagClassName
{
border-color: #494800;
}
</style>