Shades of Verdun Green #495907
Tints of Verdun Green #495907
RGB
CMYK
RGB Variations
Color information
#495907 (or 0x495907) is known color: Verdun Green. HEX triplet: 49, 59 and 07. RGB value is (73,89,7). Sum of RGB (Red+Green+Blue) = 73+89+7=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 89 (35.16% from 255 or 52.66% from 169); Blue value is 7 (3.12% from 255 or 4.14% from 169); Max value from RGB is 89 - color contains mainly: green. Hex color #495907 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495907 is #B6A6F8. Grayscale: #4B4B4B. Windows color (decimal): -11970297 or 481609. OLE color: 481609.
HSL color Cylindrical-coordinate representation of color #495907: hue angle of 71.71º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #495907 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 89 | 7 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.65 |
| HSL | 71.71º | 0.85% | 0.19% | - |
| HSV(B) | 71.71º | 0.92% | 0.35% | - |
| XYZ | 6.36 | 8.58 | 1.52 | - |
| YUV | 74.87 | 89.7 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 7 | 0.18 | 0 | 0.92 | 0.65 | 71.71 | 0.85 | 0.19 |
| Hex | 49 | 59 | 7 | 12 | 0 | 5C | 41 | 48 | 55 | 13 |
| Octal | 111 | 131 | 7 | 22 | 0 | 134 | 101 | 110 | 125 | 23 |
| Binary | 1001001 | 1011001 | 111 | 10010 | 0 | 1011100 | 1000001 | 1001000 | 1010101 | 10011 |
Color Harmonies of #495907
Complementary color
Monochromatic Colors of #495907
Black with #495907
Text Example
Text Example
White with #495907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495907; }
p { color: rgb(73,89,7); }
H1.HeaderClassName
{
color: #495907;
}
.AnyTagClassName
{
color: #495907;
}
</style>
background-color css
<style>
a { background-color: #495907; }
a { background-color: rgb(73,89,7); }
div.DivClassName
{
background-color: #495907;
}
.BgClassName
{
background-color: #495907;
}
</style>
border-color css
<style>
span { border-color: #495907; }
span { border-color: rgb(73,89,7); }
td.TdClassName
{
border-color: #495907;
}
.TagClassName
{
border-color: #495907;
}
</style>