Shades of Verdun Green #495414
Tints of Verdun Green #495414
RGB
CMYK
RGB Variations
Color information
#495414 (or 0x495414) is known color: Verdun Green. HEX triplet: 49, 54 and 14. RGB value is (73,84,20). Sum of RGB (Red+Green+Blue) = 73+84+20=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #495414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495414 is #B6ABEB. Grayscale: #494949. Windows color (decimal): -11971564 or 1332297. OLE color: 1332297.
HSL color Cylindrical-coordinate representation of color #495414: hue angle of 70.31º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #495414 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 84 | 20 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.67 |
| HSL | 70.31º | 0.62% | 0.2% | - |
| HSV(B) | 70.31º | 0.76% | 0.33% | - |
| XYZ | 6.04 | 7.81 | 1.85 | - |
| YUV | 73.42 | 97.86 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 20 | 0.13 | 0 | 0.76 | 0.67 | 70.31 | 0.62 | 0.2 |
| Hex | 49 | 54 | 14 | D | 0 | 4C | 43 | 46 | 3E | 14 |
| Octal | 111 | 124 | 24 | 15 | 0 | 114 | 103 | 106 | 76 | 24 |
| Binary | 1001001 | 1010100 | 10100 | 1101 | 0 | 1001100 | 1000011 | 1000110 | 111110 | 10100 |
Color Harmonies of #495414
Complementary color
Monochromatic Colors of #495414
Black with #495414
Text Example
Text Example
White with #495414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495414; }
p { color: rgb(73,84,20); }
H1.HeaderClassName
{
color: #495414;
}
.AnyTagClassName
{
color: #495414;
}
</style>
background-color css
<style>
a { background-color: #495414; }
a { background-color: rgb(73,84,20); }
div.DivClassName
{
background-color: #495414;
}
.BgClassName
{
background-color: #495414;
}
</style>
border-color css
<style>
span { border-color: #495414; }
span { border-color: rgb(73,84,20); }
td.TdClassName
{
border-color: #495414;
}
.TagClassName
{
border-color: #495414;
}
</style>