Shades of Verdun Green #495801
Tints of Verdun Green #495801
RGB
CMYK
RGB Variations
Color information
#495801 (or 0x495801) is known color: Verdun Green. HEX triplet: 49, 58 and 01. RGB value is (73,88,1). Sum of RGB (Red+Green+Blue) = 73+88+1=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #495801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495801 is #B6A7FE. Grayscale: #494949. Windows color (decimal): -11970559 or 88137. OLE color: 88137.
HSL color Cylindrical-coordinate representation of color #495801: hue angle of 70.34º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #495801 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 88 | 1 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.65 |
| HSL | 70.34º | 0.98% | 0.17% | - |
| HSV(B) | 70.34º | 0.99% | 0.35% | - |
| XYZ | 6.24 | 8.4 | 1.32 | - |
| YUV | 73.6 | 87.03 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 1 | 0.17 | 0 | 0.99 | 0.65 | 70.34 | 0.98 | 0.17 |
| Hex | 49 | 58 | 1 | 11 | 0 | 63 | 41 | 46 | 62 | 11 |
| Octal | 111 | 130 | 1 | 21 | 0 | 143 | 101 | 106 | 142 | 21 |
| Binary | 1001001 | 1011000 | 1 | 10001 | 0 | 1100011 | 1000001 | 1000110 | 1100010 | 10001 |
Color Harmonies of #495801
Complementary color
Monochromatic Colors of #495801
Black with #495801
Text Example
Text Example
White with #495801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495801; }
p { color: rgb(73,88,1); }
H1.HeaderClassName
{
color: #495801;
}
.AnyTagClassName
{
color: #495801;
}
</style>
background-color css
<style>
a { background-color: #495801; }
a { background-color: rgb(73,88,1); }
div.DivClassName
{
background-color: #495801;
}
.BgClassName
{
background-color: #495801;
}
</style>
border-color css
<style>
span { border-color: #495801; }
span { border-color: rgb(73,88,1); }
td.TdClassName
{
border-color: #495801;
}
.TagClassName
{
border-color: #495801;
}
</style>