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