Shades of Verdun Green #494D04
Tints of Verdun Green #494D04
RGB
CMYK
RGB Variations
Color information
#494D04 (or 0x494D04) is known color: Verdun Green. HEX triplet: 49, 4D and 04. RGB value is (73,77,4). Sum of RGB (Red+Green+Blue) = 73+77+4=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 77 (30.47% from 255 or 50% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 77 - color contains mainly: green. Hex color #494D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #494D04 is #B6B2FB. Grayscale: #434343. Windows color (decimal): -11973372 or 281929. OLE color: 281929.
HSL color Cylindrical-coordinate representation of color #494D04: hue angle of 63.29º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #494D04 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 77 | 4 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.70 |
| HSL | 63.29º | 0.9% | 0.16% | - |
| HSV(B) | 63.29º | 0.95% | 0.3% | - |
| XYZ | 5.42 | 6.73 | 1.13 | - |
| YUV | 67.48 | 92.17 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 4 | 0.05 | 0 | 0.95 | 0.70 | 63.29 | 0.9 | 0.16 |
| Hex | 49 | 4D | 4 | 5 | 0 | 5F | 46 | 3F | 5A | 10 |
| Octal | 111 | 115 | 4 | 5 | 0 | 137 | 106 | 77 | 132 | 20 |
| Binary | 1001001 | 1001101 | 100 | 101 | 0 | 1011111 | 1000110 | 111111 | 1011010 | 10000 |
Color Harmonies of #494D04
Complementary color
Monochromatic Colors of #494D04
Black with #494D04
Text Example
Text Example
White with #494D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494D04; }
p { color: rgb(73,77,4); }
H1.HeaderClassName
{
color: #494D04;
}
.AnyTagClassName
{
color: #494D04;
}
</style>
background-color css
<style>
a { background-color: #494D04; }
a { background-color: rgb(73,77,4); }
div.DivClassName
{
background-color: #494D04;
}
.BgClassName
{
background-color: #494D04;
}
</style>
border-color css
<style>
span { border-color: #494D04; }
span { border-color: rgb(73,77,4); }
td.TdClassName
{
border-color: #494D04;
}
.TagClassName
{
border-color: #494D04;
}
</style>