Shades of Verdun Green #495607
Tints of Verdun Green #495607
RGB
CMYK
RGB Variations
Color information
#495607 (or 0x495607) is known color: Verdun Green. HEX triplet: 49, 56 and 07. RGB value is (73,86,7). Sum of RGB (Red+Green+Blue) = 73+86+7=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 86 (33.98% from 255 or 51.81% from 166); Blue value is 7 (3.12% from 255 or 4.22% from 166); Max value from RGB is 86 - color contains mainly: green. Hex color #495607 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495607 is #B6A9F8. Grayscale: #494949. Windows color (decimal): -11971065 or 480841. OLE color: 480841.
HSL color Cylindrical-coordinate representation of color #495607: hue angle of 69.87º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #495607 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 86 | 7 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.66 |
| HSL | 69.87º | 0.85% | 0.18% | - |
| HSV(B) | 69.87º | 0.92% | 0.34% | - |
| XYZ | 6.11 | 8.09 | 1.44 | - |
| YUV | 73.11 | 90.69 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 7 | 0.15 | 0 | 0.92 | 0.66 | 69.87 | 0.85 | 0.18 |
| Hex | 49 | 56 | 7 | F | 0 | 5C | 42 | 46 | 55 | 12 |
| Octal | 111 | 126 | 7 | 17 | 0 | 134 | 102 | 106 | 125 | 22 |
| Binary | 1001001 | 1010110 | 111 | 1111 | 0 | 1011100 | 1000010 | 1000110 | 1010101 | 10010 |
Color Harmonies of #495607
Complementary color
Monochromatic Colors of #495607
Black with #495607
Text Example
Text Example
White with #495607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495607; }
p { color: rgb(73,86,7); }
H1.HeaderClassName
{
color: #495607;
}
.AnyTagClassName
{
color: #495607;
}
</style>
background-color css
<style>
a { background-color: #495607; }
a { background-color: rgb(73,86,7); }
div.DivClassName
{
background-color: #495607;
}
.BgClassName
{
background-color: #495607;
}
</style>
border-color css
<style>
span { border-color: #495607; }
span { border-color: rgb(73,86,7); }
td.TdClassName
{
border-color: #495607;
}
.TagClassName
{
border-color: #495607;
}
</style>