Shades of Verdun Green #494700
Tints of Verdun Green #494700
RGB
CMYK
RGB Variations
Color information
#494700 (or 0x494700) is known color: Verdun Green. HEX triplet: 49, 47 and 00. RGB value is (73,71,0). Sum of RGB (Red+Green+Blue) = 73+71+0=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #494700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494700 is #B6B8FF. Grayscale: #3F3F3F. Windows color (decimal): -11974912 or 18249. OLE color: 18249.
HSL color Cylindrical-coordinate representation of color #494700: hue angle of 58.36º 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 #494700 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 71 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.71 |
| HSL | 58.36º | 1% | 0.14% | - |
| HSV(B) | 58.36º | 1% | 0.29% | - |
| XYZ | 5 | 5.92 | 0.88 | - |
| YUV | 63.5 | 92.16 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 71 | 0 | 0 | 0.03 | 1 | 0.71 | 58.36 | 1 | 0.14 |
| Hex | 49 | 47 | 0 | 0 | 3 | 64 | 47 | 3A | 64 | E |
| Octal | 111 | 107 | 0 | 0 | 3 | 144 | 107 | 72 | 144 | 16 |
| Binary | 1001001 | 1000111 | 0 | 0 | 11 | 1100100 | 1000111 | 111010 | 1100100 | 1110 |
Color Harmonies of #494700
Complementary color
Monochromatic Colors of #494700
Black with #494700
Text Example
Text Example
White with #494700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494700; }
p { color: rgb(73,71,0); }
H1.HeaderClassName
{
color: #494700;
}
.AnyTagClassName
{
color: #494700;
}
</style>
background-color css
<style>
a { background-color: #494700; }
a { background-color: rgb(73,71,0); }
div.DivClassName
{
background-color: #494700;
}
.BgClassName
{
background-color: #494700;
}
</style>
border-color css
<style>
span { border-color: #494700; }
span { border-color: rgb(73,71,0); }
td.TdClassName
{
border-color: #494700;
}
.TagClassName
{
border-color: #494700;
}
</style>