Shades of Verdun Green #495803
Tints of Verdun Green #495803
RGB
CMYK
RGB Variations
Color information
#495803 (or 0x495803) is known color: Verdun Green. HEX triplet: 49, 58 and 03. RGB value is (73,88,3). Sum of RGB (Red+Green+Blue) = 73+88+3=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 88 (34.77% from 255 or 53.66% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 88 - color contains mainly: green. Hex color #495803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495803 is #B6A7FC. Grayscale: #4A4A4A. Windows color (decimal): -11970557 or 219209. OLE color: 219209.
HSL color Cylindrical-coordinate representation of color #495803: hue angle of 70.59º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #495803 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 88 | 3 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.65 |
| HSL | 70.59º | 0.93% | 0.18% | - |
| HSV(B) | 70.59º | 0.97% | 0.35% | - |
| XYZ | 6.25 | 8.4 | 1.38 | - |
| YUV | 73.83 | 88.03 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 3 | 0.17 | 0 | 0.97 | 0.65 | 70.59 | 0.93 | 0.18 |
| Hex | 49 | 58 | 3 | 11 | 0 | 61 | 41 | 47 | 5D | 12 |
| Octal | 111 | 130 | 3 | 21 | 0 | 141 | 101 | 107 | 135 | 22 |
| Binary | 1001001 | 1011000 | 11 | 10001 | 0 | 1100001 | 1000001 | 1000111 | 1011101 | 10010 |
Color Harmonies of #495803
Complementary color
Monochromatic Colors of #495803
Black with #495803
Text Example
Text Example
White with #495803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495803; }
p { color: rgb(73,88,3); }
H1.HeaderClassName
{
color: #495803;
}
.AnyTagClassName
{
color: #495803;
}
</style>
background-color css
<style>
a { background-color: #495803; }
a { background-color: rgb(73,88,3); }
div.DivClassName
{
background-color: #495803;
}
.BgClassName
{
background-color: #495803;
}
</style>
border-color css
<style>
span { border-color: #495803; }
span { border-color: rgb(73,88,3); }
td.TdClassName
{
border-color: #495803;
}
.TagClassName
{
border-color: #495803;
}
</style>