Shades of Verdun Green #495921
Tints of Verdun Green #495921
RGB
CMYK
RGB Variations
Color information
#495921 (or 0x495921) is known color: Verdun Green. HEX triplet: 49, 59 and 21. RGB value is (73,89,33). Sum of RGB (Red+Green+Blue) = 73+89+33=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 89 - color contains mainly: green. Hex color #495921 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495921 is #B6A6DE. Grayscale: #4E4E4E. Windows color (decimal): -11970271 or 2185545. OLE color: 2185545.
HSL color Cylindrical-coordinate representation of color #495921: hue angle of 77.14º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #495921 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 89 | 33 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.65 |
| HSL | 77.14º | 0.46% | 0.24% | - |
| HSV(B) | 77.14º | 0.63% | 0.35% | - |
| XYZ | 6.59 | 8.67 | 2.76 | - |
| YUV | 77.83 | 102.7 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 33 | 0.18 | 0 | 0.63 | 0.65 | 77.14 | 0.46 | 0.24 |
| Hex | 49 | 59 | 21 | 12 | 0 | 3F | 41 | 4D | 2E | 18 |
| Octal | 111 | 131 | 41 | 22 | 0 | 77 | 101 | 115 | 56 | 30 |
| Binary | 1001001 | 1011001 | 100001 | 10010 | 0 | 111111 | 1000001 | 1001101 | 101110 | 11000 |
Color Harmonies of #495921
Complementary color
Monochromatic Colors of #495921
Black with #495921
Text Example
Text Example
White with #495921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495921; }
p { color: rgb(73,89,33); }
H1.HeaderClassName
{
color: #495921;
}
.AnyTagClassName
{
color: #495921;
}
</style>
background-color css
<style>
a { background-color: #495921; }
a { background-color: rgb(73,89,33); }
div.DivClassName
{
background-color: #495921;
}
.BgClassName
{
background-color: #495921;
}
</style>
border-color css
<style>
span { border-color: #495921; }
span { border-color: rgb(73,89,33); }
td.TdClassName
{
border-color: #495921;
}
.TagClassName
{
border-color: #495921;
}
</style>