Shades of Verdun Green #495513
Tints of Verdun Green #495513
RGB
CMYK
RGB Variations
Color information
#495513 (or 0x495513) is known color: Verdun Green. HEX triplet: 49, 55 and 13. RGB value is (73,85,19). Sum of RGB (Red+Green+Blue) = 73+85+19=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #495513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495513 is #B6AAEC. Grayscale: #4A4A4A. Windows color (decimal): -11971309 or 1267017. OLE color: 1267017.
HSL color Cylindrical-coordinate representation of color #495513: hue angle of 70.91º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #495513 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 19 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.67 |
| HSL | 70.91º | 0.63% | 0.2% | - |
| HSV(B) | 70.91º | 0.78% | 0.33% | - |
| XYZ | 6.11 | 7.96 | 1.83 | - |
| YUV | 73.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 19 | 0.14 | 0 | 0.78 | 0.67 | 70.91 | 0.63 | 0.2 |
| Hex | 49 | 55 | 13 | E | 0 | 4E | 43 | 47 | 3F | 14 |
| Octal | 111 | 125 | 23 | 16 | 0 | 116 | 103 | 107 | 77 | 24 |
| Binary | 1001001 | 1010101 | 10011 | 1110 | 0 | 1001110 | 1000011 | 1000111 | 111111 | 10100 |
Color Harmonies of #495513
Complementary color
Monochromatic Colors of #495513
Black with #495513
Text Example
Text Example
White with #495513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495513; }
p { color: rgb(73,85,19); }
H1.HeaderClassName
{
color: #495513;
}
.AnyTagClassName
{
color: #495513;
}
</style>
background-color css
<style>
a { background-color: #495513; }
a { background-color: rgb(73,85,19); }
div.DivClassName
{
background-color: #495513;
}
.BgClassName
{
background-color: #495513;
}
</style>
border-color css
<style>
span { border-color: #495513; }
span { border-color: rgb(73,85,19); }
td.TdClassName
{
border-color: #495513;
}
.TagClassName
{
border-color: #495513;
}
</style>