Shades of Clover #495731
Tints of Clover #495731
RGB
CMYK
RGB Variations
Color information
#495731 (or 0x495731) is known color: Clover. HEX triplet: 49, 57 and 31. RGB value is (73,87,49). Sum of RGB (Red+Green+Blue) = 73+87+49=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 87 - color contains mainly: green. Hex color #495731 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495731 is #B6A8CE. Grayscale: #4E4E4E. Windows color (decimal): -11970767 or 3233609. OLE color: 3233609.
HSL color Cylindrical-coordinate representation of color #495731: hue angle of 82.11º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #495731 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 87 | 49 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.66 |
| HSL | 82.11º | 0.28% | 0.27% | - |
| HSV(B) | 82.11º | 0.44% | 0.34% | - |
| XYZ | 6.71 | 8.45 | 4.18 | - |
| YUV | 78.48 | 111.36 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 49 | 0.16 | 0 | 0.44 | 0.66 | 82.11 | 0.28 | 0.27 |
| Hex | 49 | 57 | 31 | 10 | 0 | 2C | 42 | 52 | 1C | 1B |
| Octal | 111 | 127 | 61 | 20 | 0 | 54 | 102 | 122 | 34 | 33 |
| Binary | 1001001 | 1010111 | 110001 | 10000 | 0 | 101100 | 1000010 | 1010010 | 11100 | 11011 |
Color Harmonies of #495731
Complementary color
Monochromatic Colors of #495731
Black with #495731
Text Example
Text Example
White with #495731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495731; }
p { color: rgb(73,87,49); }
H1.HeaderClassName
{
color: #495731;
}
.AnyTagClassName
{
color: #495731;
}
</style>
background-color css
<style>
a { background-color: #495731; }
a { background-color: rgb(73,87,49); }
div.DivClassName
{
background-color: #495731;
}
.BgClassName
{
background-color: #495731;
}
</style>
border-color css
<style>
span { border-color: #495731; }
span { border-color: rgb(73,87,49); }
td.TdClassName
{
border-color: #495731;
}
.TagClassName
{
border-color: #495731;
}
</style>