Shades of Verdun Green #495517
Tints of Verdun Green #495517
RGB
CMYK
RGB Variations
Color information
#495517 (or 0x495517) is known color: Verdun Green. HEX triplet: 49, 55 and 17. RGB value is (73,85,23). Sum of RGB (Red+Green+Blue) = 73+85+23=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 23 (9.38% from 255 or 12.71% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #495517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495517 is #B6AAE8. Grayscale: #4A4A4A. Windows color (decimal): -11971305 or 1529161. OLE color: 1529161.
HSL color Cylindrical-coordinate representation of color #495517: hue angle of 71.61º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #495517 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 23 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.67 |
| HSL | 71.61º | 0.57% | 0.21% | - |
| HSV(B) | 71.61º | 0.73% | 0.33% | - |
| XYZ | 6.15 | 7.98 | 2.03 | - |
| YUV | 74.34 | 99.02 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 23 | 0.14 | 0 | 0.73 | 0.67 | 71.61 | 0.57 | 0.21 |
| Hex | 49 | 55 | 17 | E | 0 | 49 | 43 | 48 | 39 | 15 |
| Octal | 111 | 125 | 27 | 16 | 0 | 111 | 103 | 110 | 71 | 25 |
| Binary | 1001001 | 1010101 | 10111 | 1110 | 0 | 1001001 | 1000011 | 1001000 | 111001 | 10101 |
Color Harmonies of #495517
Complementary color
Monochromatic Colors of #495517
Black with #495517
Text Example
Text Example
White with #495517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495517; }
p { color: rgb(73,85,23); }
H1.HeaderClassName
{
color: #495517;
}
.AnyTagClassName
{
color: #495517;
}
</style>
background-color css
<style>
a { background-color: #495517; }
a { background-color: rgb(73,85,23); }
div.DivClassName
{
background-color: #495517;
}
.BgClassName
{
background-color: #495517;
}
</style>
border-color css
<style>
span { border-color: #495517; }
span { border-color: rgb(73,85,23); }
td.TdClassName
{
border-color: #495517;
}
.TagClassName
{
border-color: #495517;
}
</style>