Shades of Verdun Green #495800
Tints of Verdun Green #495800
RGB
CMYK
RGB Variations
Color information
#495800 (or 0x495800) is known color: Verdun Green. HEX triplet: 49, 58 and 00. RGB value is (73,88,0). Sum of RGB (Red+Green+Blue) = 73+88+0=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 88 (34.77% from 255 or 54.66% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 88 - color contains mainly: green. Hex color #495800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495800 is #B6A7FF. Grayscale: #494949. Windows color (decimal): -11970560 or 22601. OLE color: 22601.
HSL color Cylindrical-coordinate representation of color #495800: hue angle of 70.23º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #495800 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 88 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.65 |
| HSL | 70.23º | 1% | 0.17% | - |
| HSV(B) | 70.23º | 1% | 0.35% | - |
| XYZ | 6.24 | 8.4 | 1.29 | - |
| YUV | 73.48 | 86.53 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 0 | 0.17 | 0 | 1 | 0.65 | 70.23 | 1 | 0.17 |
| Hex | 49 | 58 | 0 | 11 | 0 | 64 | 41 | 46 | 64 | 11 |
| Octal | 111 | 130 | 0 | 21 | 0 | 144 | 101 | 106 | 144 | 21 |
| Binary | 1001001 | 1011000 | 0 | 10001 | 0 | 1100100 | 1000001 | 1000110 | 1100100 | 10001 |
Color Harmonies of #495800
Complementary color
Monochromatic Colors of #495800
Black with #495800
Text Example
Text Example
White with #495800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495800; }
p { color: rgb(73,88,0); }
H1.HeaderClassName
{
color: #495800;
}
.AnyTagClassName
{
color: #495800;
}
</style>
background-color css
<style>
a { background-color: #495800; }
a { background-color: rgb(73,88,0); }
div.DivClassName
{
background-color: #495800;
}
.BgClassName
{
background-color: #495800;
}
</style>
border-color css
<style>
span { border-color: #495800; }
span { border-color: rgb(73,88,0); }
td.TdClassName
{
border-color: #495800;
}
.TagClassName
{
border-color: #495800;
}
</style>