Shades of Clover #49552D
Tints of Clover #49552D
RGB
CMYK
RGB Variations
Color information
#49552D (or 0x49552D) is known color: Clover. HEX triplet: 49, 55 and 2D. RGB value is (73,85,45). Sum of RGB (Red+Green+Blue) = 73+85+45=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #49552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49552D is #B6AAD2. Grayscale: #4D4D4D. Windows color (decimal): -11971283 or 2970953. OLE color: 2970953.
HSL color Cylindrical-coordinate representation of color #49552D: hue angle of 78º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49552D is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 45 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.67 |
| HSL | 78º | 0.31% | 0.25% | - |
| HSV(B) | 78º | 0.47% | 0.33% | - |
| XYZ | 6.47 | 8.1 | 3.71 | - |
| YUV | 76.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 45 | 0.14 | 0 | 0.47 | 0.67 | 78 | 0.31 | 0.25 |
| Hex | 49 | 55 | 2D | E | 0 | 2F | 43 | 4E | 1F | 19 |
| Octal | 111 | 125 | 55 | 16 | 0 | 57 | 103 | 116 | 37 | 31 |
| Binary | 1001001 | 1010101 | 101101 | 1110 | 0 | 101111 | 1000011 | 1001110 | 11111 | 11001 |
Color Harmonies of #49552D
Complementary color
Monochromatic Colors of #49552D
Black with #49552D
Text Example
Text Example
White with #49552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49552D; }
p { color: rgb(73,85,45); }
H1.HeaderClassName
{
color: #49552D;
}
.AnyTagClassName
{
color: #49552D;
}
</style>
background-color css
<style>
a { background-color: #49552D; }
a { background-color: rgb(73,85,45); }
div.DivClassName
{
background-color: #49552D;
}
.BgClassName
{
background-color: #49552D;
}
</style>
border-color css
<style>
span { border-color: #49552D; }
span { border-color: rgb(73,85,45); }
td.TdClassName
{
border-color: #49552D;
}
.TagClassName
{
border-color: #49552D;
}
</style>