Shades of Clover #48552E
Tints of Clover #48552E
RGB
CMYK
RGB Variations
Color information
#48552E (or 0x48552E) is known color: Clover. HEX triplet: 48, 55 and 2E. RGB value is (72,85,46). Sum of RGB (Red+Green+Blue) = 72+85+46=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #48552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48552E is #B7AAD1. Grayscale: #4C4C4C. Windows color (decimal): -12036818 or 3036488. OLE color: 3036488.
HSL color Cylindrical-coordinate representation of color #48552E: hue angle of 80º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48552E is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 85 | 46 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.67 |
| HSL | 80º | 0.3% | 0.26% | - |
| HSV(B) | 80º | 0.46% | 0.33% | - |
| XYZ | 6.41 | 8.07 | 3.8 | - |
| YUV | 76.67 | 110.69 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 46 | 0.15 | 0 | 0.46 | 0.67 | 80 | 0.3 | 0.26 |
| Hex | 48 | 55 | 2E | F | 0 | 2E | 43 | 50 | 1E | 1A |
| Octal | 110 | 125 | 56 | 17 | 0 | 56 | 103 | 120 | 36 | 32 |
| Binary | 1001000 | 1010101 | 101110 | 1111 | 0 | 101110 | 1000011 | 1010000 | 11110 | 11010 |
Color Harmonies of #48552E
Complementary color
Monochromatic Colors of #48552E
Black with #48552E
Text Example
Text Example
White with #48552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48552E; }
p { color: rgb(72,85,46); }
H1.HeaderClassName
{
color: #48552E;
}
.AnyTagClassName
{
color: #48552E;
}
</style>
background-color css
<style>
a { background-color: #48552E; }
a { background-color: rgb(72,85,46); }
div.DivClassName
{
background-color: #48552E;
}
.BgClassName
{
background-color: #48552E;
}
</style>
border-color css
<style>
span { border-color: #48552E; }
span { border-color: rgb(72,85,46); }
td.TdClassName
{
border-color: #48552E;
}
.TagClassName
{
border-color: #48552E;
}
</style>