Shades of Clover #495537
Tints of Clover #495537
RGB
CMYK
RGB Variations
Color information
#495537 (or 0x495537) is known color: Clover. HEX triplet: 49, 55 and 37. RGB value is (73,85,55). Sum of RGB (Red+Green+Blue) = 73+85+55=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #495537 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495537 is #B6AAC8. Grayscale: #4E4E4E. Windows color (decimal): -11971273 or 3626313. OLE color: 3626313.
HSL color Cylindrical-coordinate representation of color #495537: hue angle of 84º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #495537 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 55 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.67 |
| HSL | 84º | 0.21% | 0.27% | - |
| HSV(B) | 84º | 0.35% | 0.33% | - |
| XYZ | 6.69 | 8.19 | 4.84 | - |
| YUV | 77.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 55 | 0.14 | 0 | 0.35 | 0.67 | 84 | 0.21 | 0.27 |
| Hex | 49 | 55 | 37 | E | 0 | 23 | 43 | 54 | 15 | 1B |
| Octal | 111 | 125 | 67 | 16 | 0 | 43 | 103 | 124 | 25 | 33 |
| Binary | 1001001 | 1010101 | 110111 | 1110 | 0 | 100011 | 1000011 | 1010100 | 10101 | 11011 |
Color Harmonies of #495537
Complementary color
Monochromatic Colors of #495537
Black with #495537
Text Example
Text Example
White with #495537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495537; }
p { color: rgb(73,85,55); }
H1.HeaderClassName
{
color: #495537;
}
.AnyTagClassName
{
color: #495537;
}
</style>
background-color css
<style>
a { background-color: #495537; }
a { background-color: rgb(73,85,55); }
div.DivClassName
{
background-color: #495537;
}
.BgClassName
{
background-color: #495537;
}
</style>
border-color css
<style>
span { border-color: #495537; }
span { border-color: rgb(73,85,55); }
td.TdClassName
{
border-color: #495537;
}
.TagClassName
{
border-color: #495537;
}
</style>