Shades of Verdun Green #495603
Tints of Verdun Green #495603
RGB
CMYK
RGB Variations
Color information
#495603 (or 0x495603) is known color: Verdun Green. HEX triplet: 49, 56 and 03. RGB value is (73,86,3). Sum of RGB (Red+Green+Blue) = 73+86+3=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 86 (33.98% from 255 or 53.09% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 86 - color contains mainly: green. Hex color #495603 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495603 is #B6A9FC. Grayscale: #484848. Windows color (decimal): -11971069 or 218697. OLE color: 218697.
HSL color Cylindrical-coordinate representation of color #495603: hue angle of 69.4º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #495603 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 86 | 3 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.66 |
| HSL | 69.4º | 0.93% | 0.17% | - |
| HSV(B) | 69.4º | 0.97% | 0.34% | - |
| XYZ | 6.09 | 8.08 | 1.32 | - |
| YUV | 72.65 | 88.69 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 3 | 0.15 | 0 | 0.97 | 0.66 | 69.4 | 0.93 | 0.17 |
| Hex | 49 | 56 | 3 | F | 0 | 61 | 42 | 45 | 5D | 11 |
| Octal | 111 | 126 | 3 | 17 | 0 | 141 | 102 | 105 | 135 | 21 |
| Binary | 1001001 | 1010110 | 11 | 1111 | 0 | 1100001 | 1000010 | 1000101 | 1011101 | 10001 |
Color Harmonies of #495603
Complementary color
Monochromatic Colors of #495603
Black with #495603
Text Example
Text Example
White with #495603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495603; }
p { color: rgb(73,86,3); }
H1.HeaderClassName
{
color: #495603;
}
.AnyTagClassName
{
color: #495603;
}
</style>
background-color css
<style>
a { background-color: #495603; }
a { background-color: rgb(73,86,3); }
div.DivClassName
{
background-color: #495603;
}
.BgClassName
{
background-color: #495603;
}
</style>
border-color css
<style>
span { border-color: #495603; }
span { border-color: rgb(73,86,3); }
td.TdClassName
{
border-color: #495603;
}
.TagClassName
{
border-color: #495603;
}
</style>