Shades of Clover #49552A
Tints of Clover #49552A
RGB
CMYK
RGB Variations
Color information
#49552A (or 0x49552A) is known color: Clover. HEX triplet: 49, 55 and 2A. RGB value is (73,85,42). Sum of RGB (Red+Green+Blue) = 73+85+42=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #49552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49552A is #B6AAD5. Grayscale: #4C4C4C. Windows color (decimal): -11971286 or 2774345. OLE color: 2774345.
HSL color Cylindrical-coordinate representation of color #49552A: hue angle of 76.74º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49552A is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 42 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.67 |
| HSL | 76.74º | 0.34% | 0.25% | - |
| HSV(B) | 76.74º | 0.51% | 0.33% | - |
| XYZ | 6.41 | 8.08 | 3.41 | - |
| YUV | 76.51 | 108.52 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 42 | 0.14 | 0 | 0.51 | 0.67 | 76.74 | 0.34 | 0.25 |
| Hex | 49 | 55 | 2A | E | 0 | 33 | 43 | 4D | 22 | 19 |
| Octal | 111 | 125 | 52 | 16 | 0 | 63 | 103 | 115 | 42 | 31 |
| Binary | 1001001 | 1010101 | 101010 | 1110 | 0 | 110011 | 1000011 | 1001101 | 100010 | 11001 |
Color Harmonies of #49552A
Complementary color
Monochromatic Colors of #49552A
Black with #49552A
Text Example
Text Example
White with #49552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49552A; }
p { color: rgb(73,85,42); }
H1.HeaderClassName
{
color: #49552A;
}
.AnyTagClassName
{
color: #49552A;
}
</style>
background-color css
<style>
a { background-color: #49552A; }
a { background-color: rgb(73,85,42); }
div.DivClassName
{
background-color: #49552A;
}
.BgClassName
{
background-color: #49552A;
}
</style>
border-color css
<style>
span { border-color: #49552A; }
span { border-color: rgb(73,85,42); }
td.TdClassName
{
border-color: #49552A;
}
.TagClassName
{
border-color: #49552A;
}
</style>