Shades of Clover #48592C
Tints of Clover #48592C
RGB
CMYK
RGB Variations
Color information
#48592C (or 0x48592C) is known color: Clover. HEX triplet: 48, 59 and 2C. RGB value is (72,89,44). Sum of RGB (Red+Green+Blue) = 72+89+44=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 89 - color contains mainly: green. Hex color #48592C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48592C is #B7A6D3. Grayscale: #4E4E4E. Windows color (decimal): -12035796 or 2906440. OLE color: 2906440.
HSL color Cylindrical-coordinate representation of color #48592C: hue angle of 82.67º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48592C is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 89 | 44 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.65 |
| HSL | 82.67º | 0.34% | 0.26% | - |
| HSV(B) | 82.67º | 0.51% | 0.35% | - |
| XYZ | 6.7 | 8.7 | 3.71 | - |
| YUV | 78.79 | 108.37 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 89 | 44 | 0.19 | 0 | 0.51 | 0.65 | 82.67 | 0.34 | 0.26 |
| Hex | 48 | 59 | 2C | 13 | 0 | 33 | 41 | 53 | 22 | 1A |
| Octal | 110 | 131 | 54 | 23 | 0 | 63 | 101 | 123 | 42 | 32 |
| Binary | 1001000 | 1011001 | 101100 | 10011 | 0 | 110011 | 1000001 | 1010011 | 100010 | 11010 |
Color Harmonies of #48592C
Complementary color
Monochromatic Colors of #48592C
Black with #48592C
Text Example
Text Example
White with #48592C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48592C; }
p { color: rgb(72,89,44); }
H1.HeaderClassName
{
color: #48592C;
}
.AnyTagClassName
{
color: #48592C;
}
</style>
background-color css
<style>
a { background-color: #48592C; }
a { background-color: rgb(72,89,44); }
div.DivClassName
{
background-color: #48592C;
}
.BgClassName
{
background-color: #48592C;
}
</style>
border-color css
<style>
span { border-color: #48592C; }
span { border-color: rgb(72,89,44); }
td.TdClassName
{
border-color: #48592C;
}
.TagClassName
{
border-color: #48592C;
}
</style>