Shades of Verdun Green #497003
Tints of Verdun Green #497003
RGB
CMYK
RGB Variations
Color information
#497003 (or 0x497003) is known color: Verdun Green. HEX triplet: 49, 70 and 03. RGB value is (73,112,3). Sum of RGB (Red+Green+Blue) = 73+112+3=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 112 (44.14% from 255 or 59.57% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 112 - color contains mainly: green. Hex color #497003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497003 is #B68FFC. Grayscale: #585858. Windows color (decimal): -11964413 or 225353. OLE color: 225353.
HSL color Cylindrical-coordinate representation of color #497003: hue angle of 81.47º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #497003 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 112 | 3 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.56 |
| HSL | 81.47º | 0.95% | 0.23% | - |
| HSV(B) | 81.47º | 0.97% | 0.44% | - |
| XYZ | 8.56 | 13.01 | 2.15 | - |
| YUV | 87.91 | 80.08 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 112 | 3 | 0.35 | 0 | 0.97 | 0.56 | 81.47 | 0.95 | 0.23 |
| Hex | 49 | 70 | 3 | 23 | 0 | 61 | 38 | 51 | 5F | 17 |
| Octal | 111 | 160 | 3 | 43 | 0 | 141 | 70 | 121 | 137 | 27 |
| Binary | 1001001 | 1110000 | 11 | 100011 | 0 | 1100001 | 111000 | 1010001 | 1011111 | 10111 |
Color Harmonies of #497003
Complementary color
Monochromatic Colors of #497003
Black with #497003
Text Example
Text Example
White with #497003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497003; }
p { color: rgb(73,112,3); }
H1.HeaderClassName
{
color: #497003;
}
.AnyTagClassName
{
color: #497003;
}
</style>
background-color css
<style>
a { background-color: #497003; }
a { background-color: rgb(73,112,3); }
div.DivClassName
{
background-color: #497003;
}
.BgClassName
{
background-color: #497003;
}
</style>
border-color css
<style>
span { border-color: #497003; }
span { border-color: rgb(73,112,3); }
td.TdClassName
{
border-color: #497003;
}
.TagClassName
{
border-color: #497003;
}
</style>