Shades of Clover #49572D
Tints of Clover #49572D
RGB
CMYK
RGB Variations
Color information
#49572D (or 0x49572D) is known color: Clover. HEX triplet: 49, 57 and 2D. RGB value is (73,87,45). Sum of RGB (Red+Green+Blue) = 73+87+45=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 87 - color contains mainly: green. Hex color #49572D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49572D is #B6A8D2. Grayscale: #4E4E4E. Windows color (decimal): -11970771 or 2971465. OLE color: 2971465.
HSL color Cylindrical-coordinate representation of color #49572D: hue angle of 80º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49572D is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 87 | 45 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.66 |
| HSL | 80º | 0.32% | 0.26% | - |
| HSV(B) | 80º | 0.48% | 0.34% | - |
| XYZ | 6.63 | 8.42 | 3.76 | - |
| YUV | 78.03 | 109.36 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 45 | 0.16 | 0 | 0.48 | 0.66 | 80 | 0.32 | 0.26 |
| Hex | 49 | 57 | 2D | 10 | 0 | 30 | 42 | 50 | 20 | 1A |
| Octal | 111 | 127 | 55 | 20 | 0 | 60 | 102 | 120 | 40 | 32 |
| Binary | 1001001 | 1010111 | 101101 | 10000 | 0 | 110000 | 1000010 | 1010000 | 100000 | 11010 |
Color Harmonies of #49572D
Complementary color
Monochromatic Colors of #49572D
Black with #49572D
Text Example
Text Example
White with #49572D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49572D; }
p { color: rgb(73,87,45); }
H1.HeaderClassName
{
color: #49572D;
}
.AnyTagClassName
{
color: #49572D;
}
</style>
background-color css
<style>
a { background-color: #49572D; }
a { background-color: rgb(73,87,45); }
div.DivClassName
{
background-color: #49572D;
}
.BgClassName
{
background-color: #49572D;
}
</style>
border-color css
<style>
span { border-color: #49572D; }
span { border-color: rgb(73,87,45); }
td.TdClassName
{
border-color: #49572D;
}
.TagClassName
{
border-color: #49572D;
}
</style>