Shades of Clover #48542E
Tints of Clover #48542E
RGB
CMYK
RGB Variations
Color information
#48542E (or 0x48542E) is known color: Clover. HEX triplet: 48, 54 and 2E. RGB value is (72,84,46). Sum of RGB (Red+Green+Blue) = 72+84+46=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 84 - color contains mainly: green. Hex color #48542E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48542E is #B7ABD1. Grayscale: #4C4C4C. Windows color (decimal): -12037074 or 3036232. OLE color: 3036232.
HSL color Cylindrical-coordinate representation of color #48542E: hue angle of 78.95º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48542E is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 84 | 46 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.67 |
| HSL | 78.95º | 0.29% | 0.25% | - |
| HSV(B) | 78.95º | 0.45% | 0.33% | - |
| XYZ | 6.34 | 7.92 | 3.78 | - |
| YUV | 76.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 84 | 46 | 0.14 | 0 | 0.45 | 0.67 | 78.95 | 0.29 | 0.25 |
| Hex | 48 | 54 | 2E | E | 0 | 2D | 43 | 4F | 1D | 19 |
| Octal | 110 | 124 | 56 | 16 | 0 | 55 | 103 | 117 | 35 | 31 |
| Binary | 1001000 | 1010100 | 101110 | 1110 | 0 | 101101 | 1000011 | 1001111 | 11101 | 11001 |
Color Harmonies of #48542E
Complementary color
Monochromatic Colors of #48542E
Black with #48542E
Text Example
Text Example
White with #48542E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48542E; }
p { color: rgb(72,84,46); }
H1.HeaderClassName
{
color: #48542E;
}
.AnyTagClassName
{
color: #48542E;
}
</style>
background-color css
<style>
a { background-color: #48542E; }
a { background-color: rgb(72,84,46); }
div.DivClassName
{
background-color: #48542E;
}
.BgClassName
{
background-color: #48542E;
}
</style>
border-color css
<style>
span { border-color: #48542E; }
span { border-color: rgb(72,84,46); }
td.TdClassName
{
border-color: #48542E;
}
.TagClassName
{
border-color: #48542E;
}
</style>