Shades of Verdun Green #495412
Tints of Verdun Green #495412
RGB
CMYK
RGB Variations
Color information
#495412 (or 0x495412) is known color: Verdun Green. HEX triplet: 49, 54 and 12. RGB value is (73,84,18). Sum of RGB (Red+Green+Blue) = 73+84+18=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #495412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495412 is #B6ABED. Grayscale: #494949. Windows color (decimal): -11971566 or 1201225. OLE color: 1201225.
HSL color Cylindrical-coordinate representation of color #495412: hue angle of 70º 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 #495412 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 84 | 18 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.67 |
| HSL | 70º | 0.65% | 0.2% | - |
| HSV(B) | 70º | 0.79% | 0.33% | - |
| XYZ | 6.03 | 7.8 | 1.76 | - |
| YUV | 73.19 | 96.86 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 18 | 0.13 | 0 | 0.79 | 0.67 | 70 | 0.65 | 0.2 |
| Hex | 49 | 54 | 12 | D | 0 | 4F | 43 | 46 | 41 | 14 |
| Octal | 111 | 124 | 22 | 15 | 0 | 117 | 103 | 106 | 101 | 24 |
| Binary | 1001001 | 1010100 | 10010 | 1101 | 0 | 1001111 | 1000011 | 1000110 | 1000001 | 10100 |
Color Harmonies of #495412
Complementary color
Monochromatic Colors of #495412
Black with #495412
Text Example
Text Example
White with #495412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495412; }
p { color: rgb(73,84,18); }
H1.HeaderClassName
{
color: #495412;
}
.AnyTagClassName
{
color: #495412;
}
</style>
background-color css
<style>
a { background-color: #495412; }
a { background-color: rgb(73,84,18); }
div.DivClassName
{
background-color: #495412;
}
.BgClassName
{
background-color: #495412;
}
</style>
border-color css
<style>
span { border-color: #495412; }
span { border-color: rgb(73,84,18); }
td.TdClassName
{
border-color: #495412;
}
.TagClassName
{
border-color: #495412;
}
</style>