Shades of Verdun Green #495512
Tints of Verdun Green #495512
RGB
CMYK
RGB Variations
Color information
#495512 (or 0x495512) is known color: Verdun Green. HEX triplet: 49, 55 and 12. RGB value is (73,85,18). Sum of RGB (Red+Green+Blue) = 73+85+18=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #495512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495512 is #B6AAED. Grayscale: #4A4A4A. Windows color (decimal): -11971310 or 1201481. OLE color: 1201481.
HSL color Cylindrical-coordinate representation of color #495512: hue angle of 70.75º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #495512 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 18 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.67 |
| HSL | 70.75º | 0.65% | 0.2% | - |
| HSV(B) | 70.75º | 0.79% | 0.33% | - |
| XYZ | 6.11 | 7.96 | 1.79 | - |
| YUV | 73.77 | 96.52 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 18 | 0.14 | 0 | 0.79 | 0.67 | 70.75 | 0.65 | 0.2 |
| Hex | 49 | 55 | 12 | E | 0 | 4F | 43 | 47 | 41 | 14 |
| Octal | 111 | 125 | 22 | 16 | 0 | 117 | 103 | 107 | 101 | 24 |
| Binary | 1001001 | 1010101 | 10010 | 1110 | 0 | 1001111 | 1000011 | 1000111 | 1000001 | 10100 |
Color Harmonies of #495512
Complementary color
Monochromatic Colors of #495512
Black with #495512
Text Example
Text Example
White with #495512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495512; }
p { color: rgb(73,85,18); }
H1.HeaderClassName
{
color: #495512;
}
.AnyTagClassName
{
color: #495512;
}
</style>
background-color css
<style>
a { background-color: #495512; }
a { background-color: rgb(73,85,18); }
div.DivClassName
{
background-color: #495512;
}
.BgClassName
{
background-color: #495512;
}
</style>
border-color css
<style>
span { border-color: #495512; }
span { border-color: rgb(73,85,18); }
td.TdClassName
{
border-color: #495512;
}
.TagClassName
{
border-color: #495512;
}
</style>