Shades of Clover #48552A
Tints of Clover #48552A
RGB
CMYK
RGB Variations
Color information
#48552A (or 0x48552A) is known color: Clover. HEX triplet: 48, 55 and 2A. RGB value is (72,85,42). Sum of RGB (Red+Green+Blue) = 72+85+42=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 85 - color contains mainly: green. Hex color #48552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48552A is #B7AAD5. Grayscale: #4C4C4C. Windows color (decimal): -12036822 or 2774344. OLE color: 2774344.
HSL color Cylindrical-coordinate representation of color #48552A: hue angle of 78.14º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48552A is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 85 | 42 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.67 |
| HSL | 78.14º | 0.34% | 0.25% | - |
| HSV(B) | 78.14º | 0.51% | 0.33% | - |
| XYZ | 6.34 | 8.04 | 3.41 | - |
| YUV | 76.21 | 108.69 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 42 | 0.15 | 0 | 0.51 | 0.67 | 78.14 | 0.34 | 0.25 |
| Hex | 48 | 55 | 2A | F | 0 | 33 | 43 | 4E | 22 | 19 |
| Octal | 110 | 125 | 52 | 17 | 0 | 63 | 103 | 116 | 42 | 31 |
| Binary | 1001000 | 1010101 | 101010 | 1111 | 0 | 110011 | 1000011 | 1001110 | 100010 | 11001 |
Color Harmonies of #48552A
Complementary color
Monochromatic Colors of #48552A
Black with #48552A
Text Example
Text Example
White with #48552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48552A; }
p { color: rgb(72,85,42); }
H1.HeaderClassName
{
color: #48552A;
}
.AnyTagClassName
{
color: #48552A;
}
</style>
background-color css
<style>
a { background-color: #48552A; }
a { background-color: rgb(72,85,42); }
div.DivClassName
{
background-color: #48552A;
}
.BgClassName
{
background-color: #48552A;
}
</style>
border-color css
<style>
span { border-color: #48552A; }
span { border-color: rgb(72,85,42); }
td.TdClassName
{
border-color: #48552A;
}
.TagClassName
{
border-color: #48552A;
}
</style>