Shades of Clover #495937
Tints of Clover #495937
RGB
CMYK
RGB Variations
Color information
#495937 (or 0x495937) is known color: Clover. HEX triplet: 49, 59 and 37. RGB value is (73,89,55). Sum of RGB (Red+Green+Blue) = 73+89+55=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 55 (21.88% from 255 or 25.35% from 217); Max value from RGB is 89 - color contains mainly: green. Hex color #495937 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495937 is #B6A6C8. Grayscale: #505050. Windows color (decimal): -11970249 or 3627337. OLE color: 3627337.
HSL color Cylindrical-coordinate representation of color #495937: hue angle of 88.24º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #495937 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 89 | 55 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.65 |
| HSL | 88.24º | 0.24% | 0.28% | - |
| HSV(B) | 88.24º | 0.38% | 0.35% | - |
| XYZ | 7.01 | 8.84 | 4.95 | - |
| YUV | 80.34 | 113.7 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 55 | 0.18 | 0 | 0.38 | 0.65 | 88.24 | 0.24 | 0.28 |
| Hex | 49 | 59 | 37 | 12 | 0 | 26 | 41 | 58 | 18 | 1C |
| Octal | 111 | 131 | 67 | 22 | 0 | 46 | 101 | 130 | 30 | 34 |
| Binary | 1001001 | 1011001 | 110111 | 10010 | 0 | 100110 | 1000001 | 1011000 | 11000 | 11100 |
Color Harmonies of #495937
Complementary color
Monochromatic Colors of #495937
Black with #495937
Text Example
Text Example
White with #495937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495937; }
p { color: rgb(73,89,55); }
H1.HeaderClassName
{
color: #495937;
}
.AnyTagClassName
{
color: #495937;
}
</style>
background-color css
<style>
a { background-color: #495937; }
a { background-color: rgb(73,89,55); }
div.DivClassName
{
background-color: #495937;
}
.BgClassName
{
background-color: #495937;
}
</style>
border-color css
<style>
span { border-color: #495937; }
span { border-color: rgb(73,89,55); }
td.TdClassName
{
border-color: #495937;
}
.TagClassName
{
border-color: #495937;
}
</style>