Shades of Clover #49542E
Tints of Clover #49542E
RGB
CMYK
RGB Variations
Color information
#49542E (or 0x49542E) is known color: Clover. HEX triplet: 49, 54 and 2E. RGB value is (73,84,46). Sum of RGB (Red+Green+Blue) = 73+84+46=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #49542E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49542E is #B6ABD1. Grayscale: #4C4C4C. Windows color (decimal): -11971538 or 3036233. OLE color: 3036233.
HSL color Cylindrical-coordinate representation of color #49542E: hue angle of 77.37º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49542E is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 84 | 46 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.67 |
| HSL | 77.37º | 0.29% | 0.25% | - |
| HSV(B) | 77.37º | 0.45% | 0.33% | - |
| XYZ | 6.41 | 7.95 | 3.78 | - |
| YUV | 76.38 | 110.86 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 46 | 0.13 | 0 | 0.45 | 0.67 | 77.37 | 0.29 | 0.25 |
| Hex | 49 | 54 | 2E | D | 0 | 2D | 43 | 4D | 1D | 19 |
| Octal | 111 | 124 | 56 | 15 | 0 | 55 | 103 | 115 | 35 | 31 |
| Binary | 1001001 | 1010100 | 101110 | 1101 | 0 | 101101 | 1000011 | 1001101 | 11101 | 11001 |
Color Harmonies of #49542E
Complementary color
Monochromatic Colors of #49542E
Black with #49542E
Text Example
Text Example
White with #49542E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49542E; }
p { color: rgb(73,84,46); }
H1.HeaderClassName
{
color: #49542E;
}
.AnyTagClassName
{
color: #49542E;
}
</style>
background-color css
<style>
a { background-color: #49542E; }
a { background-color: rgb(73,84,46); }
div.DivClassName
{
background-color: #49542E;
}
.BgClassName
{
background-color: #49542E;
}
</style>
border-color css
<style>
span { border-color: #49542E; }
span { border-color: rgb(73,84,46); }
td.TdClassName
{
border-color: #49542E;
}
.TagClassName
{
border-color: #49542E;
}
</style>