Shades of Verdun Green #494707
Tints of Verdun Green #494707
RGB
CMYK
RGB Variations
Color information
#494707 (or 0x494707) is known color: Verdun Green. HEX triplet: 49, 47 and 07. RGB value is (73,71,7). Sum of RGB (Red+Green+Blue) = 73+71+7=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #494707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494707 is #B6B8F8. Grayscale: #404040. Windows color (decimal): -11974905 or 477001. OLE color: 477001.
HSL color Cylindrical-coordinate representation of color #494707: hue angle of 58.18º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #494707 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 71 | 7 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.71 |
| HSL | 58.18º | 0.83% | 0.16% | - |
| HSV(B) | 58.18º | 0.9% | 0.29% | - |
| XYZ | 5.04 | 5.94 | 1.08 | - |
| YUV | 64.3 | 95.66 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 71 | 7 | 0 | 0.03 | 0.90 | 0.71 | 58.18 | 0.83 | 0.16 |
| Hex | 49 | 47 | 7 | 0 | 3 | 5A | 47 | 3A | 52 | 10 |
| Octal | 111 | 107 | 7 | 0 | 3 | 132 | 107 | 72 | 122 | 20 |
| Binary | 1001001 | 1000111 | 111 | 0 | 11 | 1011010 | 1000111 | 111010 | 1010010 | 10000 |
Color Harmonies of #494707
Complementary color
Monochromatic Colors of #494707
Black with #494707
Text Example
Text Example
White with #494707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494707; }
p { color: rgb(73,71,7); }
H1.HeaderClassName
{
color: #494707;
}
.AnyTagClassName
{
color: #494707;
}
</style>
background-color css
<style>
a { background-color: #494707; }
a { background-color: rgb(73,71,7); }
div.DivClassName
{
background-color: #494707;
}
.BgClassName
{
background-color: #494707;
}
</style>
border-color css
<style>
span { border-color: #494707; }
span { border-color: rgb(73,71,7); }
td.TdClassName
{
border-color: #494707;
}
.TagClassName
{
border-color: #494707;
}
</style>