Shades of Verdun Green #495515
Tints of Verdun Green #495515
RGB
CMYK
RGB Variations
Color information
#495515 (or 0x495515) is known color: Verdun Green. HEX triplet: 49, 55 and 15. RGB value is (73,85,21). Sum of RGB (Red+Green+Blue) = 73+85+21=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #495515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495515 is #B6AAEA. Grayscale: #4A4A4A. Windows color (decimal): -11971307 or 1398089. OLE color: 1398089.
HSL color Cylindrical-coordinate representation of color #495515: hue angle of 71.25º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #495515 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 21 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.67 |
| HSL | 71.25º | 0.6% | 0.21% | - |
| HSV(B) | 71.25º | 0.75% | 0.33% | - |
| XYZ | 6.13 | 7.97 | 1.92 | - |
| YUV | 74.12 | 98.02 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 21 | 0.14 | 0 | 0.75 | 0.67 | 71.25 | 0.6 | 0.21 |
| Hex | 49 | 55 | 15 | E | 0 | 4B | 43 | 47 | 3C | 15 |
| Octal | 111 | 125 | 25 | 16 | 0 | 113 | 103 | 107 | 74 | 25 |
| Binary | 1001001 | 1010101 | 10101 | 1110 | 0 | 1001011 | 1000011 | 1000111 | 111100 | 10101 |
Color Harmonies of #495515
Complementary color
Monochromatic Colors of #495515
Black with #495515
Text Example
Text Example
White with #495515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495515; }
p { color: rgb(73,85,21); }
H1.HeaderClassName
{
color: #495515;
}
.AnyTagClassName
{
color: #495515;
}
</style>
background-color css
<style>
a { background-color: #495515; }
a { background-color: rgb(73,85,21); }
div.DivClassName
{
background-color: #495515;
}
.BgClassName
{
background-color: #495515;
}
</style>
border-color css
<style>
span { border-color: #495515; }
span { border-color: rgb(73,85,21); }
td.TdClassName
{
border-color: #495515;
}
.TagClassName
{
border-color: #495515;
}
</style>