Shades of Clover #495837
Tints of Clover #495837
RGB
CMYK
RGB Variations
Color information
#495837 (or 0x495837) is known color: Clover. HEX triplet: 49, 58 and 37. RGB value is (73,88,55). Sum of RGB (Red+Green+Blue) = 73+88+55=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 88 - color contains mainly: green. Hex color #495837 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495837 is #B6A7C8. Grayscale: #4F4F4F. Windows color (decimal): -11970505 or 3627081. OLE color: 3627081.
HSL color Cylindrical-coordinate representation of color #495837: hue angle of 87.27º degrees, saturation: 0.23, 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 #495837 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 88 | 55 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.65 |
| HSL | 87.27º | 0.23% | 0.28% | - |
| HSV(B) | 87.27º | 0.38% | 0.35% | - |
| XYZ | 6.93 | 8.67 | 4.92 | - |
| YUV | 79.75 | 114.03 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 55 | 0.17 | 0 | 0.38 | 0.65 | 87.27 | 0.23 | 0.28 |
| Hex | 49 | 58 | 37 | 11 | 0 | 26 | 41 | 57 | 17 | 1C |
| Octal | 111 | 130 | 67 | 21 | 0 | 46 | 101 | 127 | 27 | 34 |
| Binary | 1001001 | 1011000 | 110111 | 10001 | 0 | 100110 | 1000001 | 1010111 | 10111 | 11100 |
Color Harmonies of #495837
Complementary color
Monochromatic Colors of #495837
Black with #495837
Text Example
Text Example
White with #495837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495837; }
p { color: rgb(73,88,55); }
H1.HeaderClassName
{
color: #495837;
}
.AnyTagClassName
{
color: #495837;
}
</style>
background-color css
<style>
a { background-color: #495837; }
a { background-color: rgb(73,88,55); }
div.DivClassName
{
background-color: #495837;
}
.BgClassName
{
background-color: #495837;
}
</style>
border-color css
<style>
span { border-color: #495837; }
span { border-color: rgb(73,88,55); }
td.TdClassName
{
border-color: #495837;
}
.TagClassName
{
border-color: #495837;
}
</style>