Shades of Fruit Salad #48A346
Tints of Fruit Salad #48A346
RGB
CMYK
RGB Variations
Color information
#48A346 (or 0x48A346) is known color: Fruit Salad. HEX triplet: 48, A3 and 46. RGB value is (72,163,70). Sum of RGB (Red+Green+Blue) = 72+163+70=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 163 (64.06% from 255 or 53.44% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 163 - color contains mainly: green. Hex color #48A346 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A346 is #B75CB9. Grayscale: #7D7D7D. Windows color (decimal): -12016826 or 4629320. OLE color: 4629320.
HSL color Cylindrical-coordinate representation of color #48A346: hue angle of 118.71º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A346 is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 163 | 70 | - |
| CMYK | 0.56 | 0 | 0.57 | 0.36 |
| HSL | 118.71º | 0.4% | 0.46% | - |
| HSV(B) | 118.71º | 0.57% | 0.64% | - |
| XYZ | 16.88 | 28.01 | 10.31 | - |
| YUV | 125.19 | 96.85 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 163 | 70 | 0.56 | 0 | 0.57 | 0.36 | 118.71 | 0.4 | 0.46 |
| Hex | 48 | A3 | 46 | 38 | 0 | 39 | 24 | 77 | 28 | 2E |
| Octal | 110 | 243 | 106 | 70 | 0 | 71 | 44 | 167 | 50 | 56 |
| Binary | 1001000 | 10100011 | 1000110 | 111000 | 0 | 111001 | 100100 | 1110111 | 101000 | 101110 |
Color Harmonies of #48A346
Complementary color
Monochromatic Colors of #48A346
Black with #48A346
Text Example
Text Example
White with #48A346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A346; }
p { color: rgb(72,163,70); }
H1.HeaderClassName
{
color: #48A346;
}
.AnyTagClassName
{
color: #48A346;
}
</style>
background-color css
<style>
a { background-color: #48A346; }
a { background-color: rgb(72,163,70); }
div.DivClassName
{
background-color: #48A346;
}
.BgClassName
{
background-color: #48A346;
}
</style>
border-color css
<style>
span { border-color: #48A346; }
span { border-color: rgb(72,163,70); }
td.TdClassName
{
border-color: #48A346;
}
.TagClassName
{
border-color: #48A346;
}
</style>