Shades of Verdun Green #495703
Tints of Verdun Green #495703
RGB
CMYK
RGB Variations
Color information
#495703 (or 0x495703) is known color: Verdun Green. HEX triplet: 49, 57 and 03. RGB value is (73,87,3). Sum of RGB (Red+Green+Blue) = 73+87+3=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 87 (34.38% from 255 or 53.37% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 87 - color contains mainly: green. Hex color #495703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495703 is #B6A8FC. Grayscale: #494949. Windows color (decimal): -11970813 or 218953. OLE color: 218953.
HSL color Cylindrical-coordinate representation of color #495703: hue angle of 70º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #495703 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 87 | 3 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.66 |
| HSL | 70º | 0.93% | 0.18% | - |
| HSV(B) | 70º | 0.97% | 0.34% | - |
| XYZ | 6.17 | 8.24 | 1.35 | - |
| YUV | 73.24 | 88.36 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 3 | 0.16 | 0 | 0.97 | 0.66 | 70 | 0.93 | 0.18 |
| Hex | 49 | 57 | 3 | 10 | 0 | 61 | 42 | 46 | 5D | 12 |
| Octal | 111 | 127 | 3 | 20 | 0 | 141 | 102 | 106 | 135 | 22 |
| Binary | 1001001 | 1010111 | 11 | 10000 | 0 | 1100001 | 1000010 | 1000110 | 1011101 | 10010 |
Color Harmonies of #495703
Complementary color
Monochromatic Colors of #495703
Black with #495703
Text Example
Text Example
White with #495703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495703; }
p { color: rgb(73,87,3); }
H1.HeaderClassName
{
color: #495703;
}
.AnyTagClassName
{
color: #495703;
}
</style>
background-color css
<style>
a { background-color: #495703; }
a { background-color: rgb(73,87,3); }
div.DivClassName
{
background-color: #495703;
}
.BgClassName
{
background-color: #495703;
}
</style>
border-color css
<style>
span { border-color: #495703; }
span { border-color: rgb(73,87,3); }
td.TdClassName
{
border-color: #495703;
}
.TagClassName
{
border-color: #495703;
}
</style>