Shades of Clover #49552C
Tints of Clover #49552C
RGB
CMYK
RGB Variations
Color information
#49552C (or 0x49552C) is known color: Clover. HEX triplet: 49, 55 and 2C. RGB value is (73,85,44). Sum of RGB (Red+Green+Blue) = 73+85+44=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 85 - color contains mainly: green. Hex color #49552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49552C is #B6AAD3. Grayscale: #4C4C4C. Windows color (decimal): -11971284 or 2905417. OLE color: 2905417.
HSL color Cylindrical-coordinate representation of color #49552C: hue angle of 77.56º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49552C is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 44 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.67 |
| HSL | 77.56º | 0.32% | 0.25% | - |
| HSV(B) | 77.56º | 0.48% | 0.33% | - |
| XYZ | 6.45 | 8.1 | 3.61 | - |
| YUV | 76.74 | 109.52 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 44 | 0.14 | 0 | 0.48 | 0.67 | 77.56 | 0.32 | 0.25 |
| Hex | 49 | 55 | 2C | E | 0 | 30 | 43 | 4E | 20 | 19 |
| Octal | 111 | 125 | 54 | 16 | 0 | 60 | 103 | 116 | 40 | 31 |
| Binary | 1001001 | 1010101 | 101100 | 1110 | 0 | 110000 | 1000011 | 1001110 | 100000 | 11001 |
Color Harmonies of #49552C
Complementary color
Monochromatic Colors of #49552C
Black with #49552C
Text Example
Text Example
White with #49552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49552C; }
p { color: rgb(73,85,44); }
H1.HeaderClassName
{
color: #49552C;
}
.AnyTagClassName
{
color: #49552C;
}
</style>
background-color css
<style>
a { background-color: #49552C; }
a { background-color: rgb(73,85,44); }
div.DivClassName
{
background-color: #49552C;
}
.BgClassName
{
background-color: #49552C;
}
</style>
border-color css
<style>
span { border-color: #49552C; }
span { border-color: rgb(73,85,44); }
td.TdClassName
{
border-color: #49552C;
}
.TagClassName
{
border-color: #49552C;
}
</style>