Shades of Verdun Green #495712
Tints of Verdun Green #495712
RGB
CMYK
RGB Variations
Color information
#495712 (or 0x495712) is known color: Verdun Green. HEX triplet: 49, 57 and 12. RGB value is (73,87,18). Sum of RGB (Red+Green+Blue) = 73+87+18=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 87 (34.38% from 255 or 48.88% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 87 - color contains mainly: green. Hex color #495712 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495712 is #B6A8ED. Grayscale: #4B4B4B. Windows color (decimal): -11970798 or 1201993. OLE color: 1201993.
HSL color Cylindrical-coordinate representation of color #495712: hue angle of 72.17º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #495712 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 87 | 18 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.66 |
| HSL | 72.17º | 0.66% | 0.21% | - |
| HSV(B) | 72.17º | 0.79% | 0.34% | - |
| XYZ | 6.27 | 8.28 | 1.84 | - |
| YUV | 74.95 | 95.86 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 18 | 0.16 | 0 | 0.79 | 0.66 | 72.17 | 0.66 | 0.21 |
| Hex | 49 | 57 | 12 | 10 | 0 | 4F | 42 | 48 | 42 | 15 |
| Octal | 111 | 127 | 22 | 20 | 0 | 117 | 102 | 110 | 102 | 25 |
| Binary | 1001001 | 1010111 | 10010 | 10000 | 0 | 1001111 | 1000010 | 1001000 | 1000010 | 10101 |
Color Harmonies of #495712
Complementary color
Monochromatic Colors of #495712
Black with #495712
Text Example
Text Example
White with #495712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495712; }
p { color: rgb(73,87,18); }
H1.HeaderClassName
{
color: #495712;
}
.AnyTagClassName
{
color: #495712;
}
</style>
background-color css
<style>
a { background-color: #495712; }
a { background-color: rgb(73,87,18); }
div.DivClassName
{
background-color: #495712;
}
.BgClassName
{
background-color: #495712;
}
</style>
border-color css
<style>
span { border-color: #495712; }
span { border-color: rgb(73,87,18); }
td.TdClassName
{
border-color: #495712;
}
.TagClassName
{
border-color: #495712;
}
</style>