Shades of Verdun Green #494D03
Tints of Verdun Green #494D03
RGB
CMYK
RGB Variations
Color information
#494D03 (or 0x494D03) is known color: Verdun Green. HEX triplet: 49, 4D and 03. RGB value is (73,77,3). Sum of RGB (Red+Green+Blue) = 73+77+3=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 77 (30.47% from 255 or 50.33% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 77 - color contains mainly: green. Hex color #494D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #494D03 is #B6B2FC. Grayscale: #434343. Windows color (decimal): -11973373 or 216393. OLE color: 216393.
HSL color Cylindrical-coordinate representation of color #494D03: hue angle of 63.24º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #494D03 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 77 | 3 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.70 |
| HSL | 63.24º | 0.93% | 0.16% | - |
| HSV(B) | 63.24º | 0.96% | 0.3% | - |
| XYZ | 5.42 | 6.73 | 1.1 | - |
| YUV | 67.37 | 91.67 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 3 | 0.05 | 0 | 0.96 | 0.70 | 63.24 | 0.93 | 0.16 |
| Hex | 49 | 4D | 3 | 5 | 0 | 60 | 46 | 3F | 5C | 10 |
| Octal | 111 | 115 | 3 | 5 | 0 | 140 | 106 | 77 | 134 | 20 |
| Binary | 1001001 | 1001101 | 11 | 101 | 0 | 1100000 | 1000110 | 111111 | 1011100 | 10000 |
Color Harmonies of #494D03
Complementary color
Monochromatic Colors of #494D03
Black with #494D03
Text Example
Text Example
White with #494D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494D03; }
p { color: rgb(73,77,3); }
H1.HeaderClassName
{
color: #494D03;
}
.AnyTagClassName
{
color: #494D03;
}
</style>
background-color css
<style>
a { background-color: #494D03; }
a { background-color: rgb(73,77,3); }
div.DivClassName
{
background-color: #494D03;
}
.BgClassName
{
background-color: #494D03;
}
</style>
border-color css
<style>
span { border-color: #494D03; }
span { border-color: rgb(73,77,3); }
td.TdClassName
{
border-color: #494D03;
}
.TagClassName
{
border-color: #494D03;
}
</style>