Shades of Verdun Green #494503
Tints of Verdun Green #494503
RGB
CMYK
RGB Variations
Color information
#494503 (or 0x494503) is known color: Verdun Green. HEX triplet: 49, 45 and 03. RGB value is (73,69,3). Sum of RGB (Red+Green+Blue) = 73+69+3=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #494503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494503 is #B6BAFC. Grayscale: #3E3E3E. Windows color (decimal): -11975421 or 214345. OLE color: 214345.
HSL color Cylindrical-coordinate representation of color #494503: hue angle of 56.57º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #494503 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 69 | 3 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.71 |
| HSL | 56.57º | 0.92% | 0.15% | - |
| HSV(B) | 56.57º | 0.96% | 0.29% | - |
| XYZ | 4.89 | 5.68 | 0.92 | - |
| YUV | 62.67 | 94.33 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 3 | 0 | 0.05 | 0.96 | 0.71 | 56.57 | 0.92 | 0.15 |
| Hex | 49 | 45 | 3 | 0 | 5 | 60 | 47 | 39 | 5C | F |
| Octal | 111 | 105 | 3 | 0 | 5 | 140 | 107 | 71 | 134 | 17 |
| Binary | 1001001 | 1000101 | 11 | 0 | 101 | 1100000 | 1000111 | 111001 | 1011100 | 1111 |
Color Harmonies of #494503
Complementary color
Monochromatic Colors of #494503
Black with #494503
Text Example
Text Example
White with #494503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494503; }
p { color: rgb(73,69,3); }
H1.HeaderClassName
{
color: #494503;
}
.AnyTagClassName
{
color: #494503;
}
</style>
background-color css
<style>
a { background-color: #494503; }
a { background-color: rgb(73,69,3); }
div.DivClassName
{
background-color: #494503;
}
.BgClassName
{
background-color: #494503;
}
</style>
border-color css
<style>
span { border-color: #494503; }
span { border-color: rgb(73,69,3); }
td.TdClassName
{
border-color: #494503;
}
.TagClassName
{
border-color: #494503;
}
</style>