Shades of Verdun Green #494807
Tints of Verdun Green #494807
RGB
CMYK
RGB Variations
Color information
#494807 (or 0x494807) is known color: Verdun Green. HEX triplet: 49, 48 and 07. RGB value is (73,72,7). Sum of RGB (Red+Green+Blue) = 73+72+7=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 7 (3.12% from 255 or 4.61% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #494807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494807 is #B6B7F8. Grayscale: #414141. Windows color (decimal): -11974649 or 477257. OLE color: 477257.
HSL color Cylindrical-coordinate representation of color #494807: hue angle of 59.09º 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 #494807 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 72 | 7 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.71 |
| HSL | 59.09º | 0.83% | 0.16% | - |
| HSV(B) | 59.09º | 0.9% | 0.29% | - |
| XYZ | 5.1 | 6.07 | 1.1 | - |
| YUV | 64.89 | 95.33 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 7 | 0 | 0.01 | 0.90 | 0.71 | 59.09 | 0.83 | 0.16 |
| Hex | 49 | 48 | 7 | 0 | 1 | 5A | 47 | 3B | 52 | 10 |
| Octal | 111 | 110 | 7 | 0 | 1 | 132 | 107 | 73 | 122 | 20 |
| Binary | 1001001 | 1001000 | 111 | 0 | 1 | 1011010 | 1000111 | 111011 | 1010010 | 10000 |
Color Harmonies of #494807
Complementary color
Monochromatic Colors of #494807
Black with #494807
Text Example
Text Example
White with #494807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494807; }
p { color: rgb(73,72,7); }
H1.HeaderClassName
{
color: #494807;
}
.AnyTagClassName
{
color: #494807;
}
</style>
background-color css
<style>
a { background-color: #494807; }
a { background-color: rgb(73,72,7); }
div.DivClassName
{
background-color: #494807;
}
.BgClassName
{
background-color: #494807;
}
</style>
border-color css
<style>
span { border-color: #494807; }
span { border-color: rgb(73,72,7); }
td.TdClassName
{
border-color: #494807;
}
.TagClassName
{
border-color: #494807;
}
</style>