Shades of Clover #49572F
Tints of Clover #49572F
RGB
CMYK
RGB Variations
Color information
#49572F (or 0x49572F) is known color: Clover. HEX triplet: 49, 57 and 2F. RGB value is (73,87,47). Sum of RGB (Red+Green+Blue) = 73+87+47=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 87 - color contains mainly: green. Hex color #49572F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49572F is #B6A8D0. Grayscale: #4E4E4E. Windows color (decimal): -11970769 or 3102537. OLE color: 3102537.
HSL color Cylindrical-coordinate representation of color #49572F: hue angle of 81º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49572F is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 87 | 47 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.66 |
| HSL | 81º | 0.3% | 0.26% | - |
| HSV(B) | 81º | 0.46% | 0.34% | - |
| XYZ | 6.67 | 8.44 | 3.97 | - |
| YUV | 78.25 | 110.36 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 47 | 0.16 | 0 | 0.46 | 0.66 | 81 | 0.3 | 0.26 |
| Hex | 49 | 57 | 2F | 10 | 0 | 2E | 42 | 51 | 1E | 1A |
| Octal | 111 | 127 | 57 | 20 | 0 | 56 | 102 | 121 | 36 | 32 |
| Binary | 1001001 | 1010111 | 101111 | 10000 | 0 | 101110 | 1000010 | 1010001 | 11110 | 11010 |
Color Harmonies of #49572F
Complementary color
Monochromatic Colors of #49572F
Black with #49572F
Text Example
Text Example
White with #49572F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49572F; }
p { color: rgb(73,87,47); }
H1.HeaderClassName
{
color: #49572F;
}
.AnyTagClassName
{
color: #49572F;
}
</style>
background-color css
<style>
a { background-color: #49572F; }
a { background-color: rgb(73,87,47); }
div.DivClassName
{
background-color: #49572F;
}
.BgClassName
{
background-color: #49572F;
}
</style>
border-color css
<style>
span { border-color: #49572F; }
span { border-color: rgb(73,87,47); }
td.TdClassName
{
border-color: #49572F;
}
.TagClassName
{
border-color: #49572F;
}
</style>