Shades of Verdun Green #495720
Tints of Verdun Green #495720
RGB
CMYK
RGB Variations
Color information
#495720 (or 0x495720) is known color: Verdun Green. HEX triplet: 49, 57 and 20. RGB value is (73,87,32). Sum of RGB (Red+Green+Blue) = 73+87+32=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 87 - color contains mainly: green. Hex color #495720 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495720 is #B6A8DF. Grayscale: #4C4C4C. Windows color (decimal): -11970784 or 2119497. OLE color: 2119497.
HSL color Cylindrical-coordinate representation of color #495720: hue angle of 75.27º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #495720 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 87 | 32 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.66 |
| HSL | 75.27º | 0.46% | 0.23% | - |
| HSV(B) | 75.27º | 0.63% | 0.34% | - |
| XYZ | 6.42 | 8.34 | 2.64 | - |
| YUV | 76.54 | 102.86 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 32 | 0.16 | 0 | 0.63 | 0.66 | 75.27 | 0.46 | 0.23 |
| Hex | 49 | 57 | 20 | 10 | 0 | 3F | 42 | 4B | 2E | 17 |
| Octal | 111 | 127 | 40 | 20 | 0 | 77 | 102 | 113 | 56 | 27 |
| Binary | 1001001 | 1010111 | 100000 | 10000 | 0 | 111111 | 1000010 | 1001011 | 101110 | 10111 |
Color Harmonies of #495720
Complementary color
Monochromatic Colors of #495720
Black with #495720
Text Example
Text Example
White with #495720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495720; }
p { color: rgb(73,87,32); }
H1.HeaderClassName
{
color: #495720;
}
.AnyTagClassName
{
color: #495720;
}
</style>
background-color css
<style>
a { background-color: #495720; }
a { background-color: rgb(73,87,32); }
div.DivClassName
{
background-color: #495720;
}
.BgClassName
{
background-color: #495720;
}
</style>
border-color css
<style>
span { border-color: #495720; }
span { border-color: rgb(73,87,32); }
td.TdClassName
{
border-color: #495720;
}
.TagClassName
{
border-color: #495720;
}
</style>