Shades of Verdun Green #495503
Tints of Verdun Green #495503
RGB
CMYK
RGB Variations
Color information
#495503 (or 0x495503) is known color: Verdun Green. HEX triplet: 49, 55 and 03. RGB value is (73,85,3). Sum of RGB (Red+Green+Blue) = 73+85+3=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #495503 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495503 is #B6AAFC. Grayscale: #484848. Windows color (decimal): -11971325 or 218441. OLE color: 218441.
HSL color Cylindrical-coordinate representation of color #495503: hue angle of 68.78º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #495503 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 3 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.67 |
| HSL | 68.78º | 0.93% | 0.17% | - |
| HSV(B) | 68.78º | 0.96% | 0.33% | - |
| XYZ | 6.01 | 7.92 | 1.3 | - |
| YUV | 72.06 | 89.02 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 3 | 0.14 | 0 | 0.96 | 0.67 | 68.78 | 0.93 | 0.17 |
| Hex | 49 | 55 | 3 | E | 0 | 60 | 43 | 45 | 5D | 11 |
| Octal | 111 | 125 | 3 | 16 | 0 | 140 | 103 | 105 | 135 | 21 |
| Binary | 1001001 | 1010101 | 11 | 1110 | 0 | 1100000 | 1000011 | 1000101 | 1011101 | 10001 |
Color Harmonies of #495503
Complementary color
Monochromatic Colors of #495503
Black with #495503
Text Example
Text Example
White with #495503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495503; }
p { color: rgb(73,85,3); }
H1.HeaderClassName
{
color: #495503;
}
.AnyTagClassName
{
color: #495503;
}
</style>
background-color css
<style>
a { background-color: #495503; }
a { background-color: rgb(73,85,3); }
div.DivClassName
{
background-color: #495503;
}
.BgClassName
{
background-color: #495503;
}
</style>
border-color css
<style>
span { border-color: #495503; }
span { border-color: rgb(73,85,3); }
td.TdClassName
{
border-color: #495503;
}
.TagClassName
{
border-color: #495503;
}
</style>