Shades of Clover #49542C
Tints of Clover #49542C
RGB
CMYK
RGB Variations
Color information
#49542C (or 0x49542C) is known color: Clover. HEX triplet: 49, 54 and 2C. RGB value is (73,84,44). Sum of RGB (Red+Green+Blue) = 73+84+44=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 84 - color contains mainly: green. Hex color #49542C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49542C is #B6ABD3. Grayscale: #4C4C4C. Windows color (decimal): -11971540 or 2905161. OLE color: 2905161.
HSL color Cylindrical-coordinate representation of color #49542C: hue angle of 76.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49542C is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 84 | 44 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.67 |
| HSL | 76.5º | 0.31% | 0.25% | - |
| HSV(B) | 76.5º | 0.48% | 0.33% | - |
| XYZ | 6.37 | 7.94 | 3.58 | - |
| YUV | 76.15 | 109.86 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 44 | 0.13 | 0 | 0.48 | 0.67 | 76.5 | 0.31 | 0.25 |
| Hex | 49 | 54 | 2C | D | 0 | 30 | 43 | 4C | 1F | 19 |
| Octal | 111 | 124 | 54 | 15 | 0 | 60 | 103 | 114 | 37 | 31 |
| Binary | 1001001 | 1010100 | 101100 | 1101 | 0 | 110000 | 1000011 | 1001100 | 11111 | 11001 |
Color Harmonies of #49542C
Complementary color
Monochromatic Colors of #49542C
Black with #49542C
Text Example
Text Example
White with #49542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49542C; }
p { color: rgb(73,84,44); }
H1.HeaderClassName
{
color: #49542C;
}
.AnyTagClassName
{
color: #49542C;
}
</style>
background-color css
<style>
a { background-color: #49542C; }
a { background-color: rgb(73,84,44); }
div.DivClassName
{
background-color: #49542C;
}
.BgClassName
{
background-color: #49542C;
}
</style>
border-color css
<style>
span { border-color: #49542C; }
span { border-color: rgb(73,84,44); }
td.TdClassName
{
border-color: #49542C;
}
.TagClassName
{
border-color: #49542C;
}
</style>