Shades of Verdun Green #495100
Tints of Verdun Green #495100
RGB
CMYK
RGB Variations
Color information
#495100 (or 0x495100) is known color: Verdun Green. HEX triplet: 49, 51 and 00. RGB value is (73,81,0). Sum of RGB (Red+Green+Blue) = 73+81+0=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 81 (32.03% from 255 or 52.60% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 81 - color contains mainly: green. Hex color #495100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495100 is #B6AEFF. Grayscale: #454545. Windows color (decimal): -11972352 or 20809. OLE color: 20809.
HSL color Cylindrical-coordinate representation of color #495100: hue angle of 65.93º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #495100 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 81 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.68 |
| HSL | 65.93º | 1% | 0.16% | - |
| HSV(B) | 65.93º | 1% | 0.32% | - |
| XYZ | 5.69 | 7.3 | 1.11 | - |
| YUV | 69.37 | 88.85 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 0 | 0.10 | 0 | 1 | 0.68 | 65.93 | 1 | 0.16 |
| Hex | 49 | 51 | 0 | A | 0 | 64 | 44 | 42 | 64 | 10 |
| Octal | 111 | 121 | 0 | 12 | 0 | 144 | 104 | 102 | 144 | 20 |
| Binary | 1001001 | 1010001 | 0 | 1010 | 0 | 1100100 | 1000100 | 1000010 | 1100100 | 10000 |
Color Harmonies of #495100
Complementary color
Monochromatic Colors of #495100
Black with #495100
Text Example
Text Example
White with #495100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495100; }
p { color: rgb(73,81,0); }
H1.HeaderClassName
{
color: #495100;
}
.AnyTagClassName
{
color: #495100;
}
</style>
background-color css
<style>
a { background-color: #495100; }
a { background-color: rgb(73,81,0); }
div.DivClassName
{
background-color: #495100;
}
.BgClassName
{
background-color: #495100;
}
</style>
border-color css
<style>
span { border-color: #495100; }
span { border-color: rgb(73,81,0); }
td.TdClassName
{
border-color: #495100;
}
.TagClassName
{
border-color: #495100;
}
</style>