Shades of Fruit Salad #48B546
Tints of Fruit Salad #48B546
RGB
CMYK
RGB Variations
Color information
#48B546 (or 0x48B546) is known color: Fruit Salad. HEX triplet: 48, B5 and 46. RGB value is (72,181,70). Sum of RGB (Red+Green+Blue) = 72+181+70=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 181 (71.09% from 255 or 56.04% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 181 - color contains mainly: green. Hex color #48B546 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B546 is #B74AB9. Grayscale: #888888. Windows color (decimal): -12012218 or 4633928. OLE color: 4633928.
HSL color Cylindrical-coordinate representation of color #48B546: hue angle of 118.92º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48B546 is Cyan = 0.60, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 181 | 70 | - |
| CMYK | 0.60 | 0 | 0.61 | 0.29 |
| HSL | 118.92º | 0.44% | 0.49% | - |
| HSV(B) | 118.92º | 0.61% | 0.71% | - |
| XYZ | 20.3 | 34.87 | 11.45 | - |
| YUV | 135.76 | 90.89 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 181 | 70 | 0.60 | 0 | 0.61 | 0.29 | 118.92 | 0.44 | 0.49 |
| Hex | 48 | B5 | 46 | 3C | 0 | 3D | 1D | 77 | 2C | 31 |
| Octal | 110 | 265 | 106 | 74 | 0 | 75 | 35 | 167 | 54 | 61 |
| Binary | 1001000 | 10110101 | 1000110 | 111100 | 0 | 111101 | 11101 | 1110111 | 101100 | 110001 |
Color Harmonies of #48B546
Complementary color
Monochromatic Colors of #48B546
Black with #48B546
Text Example
Text Example
White with #48B546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B546; }
p { color: rgb(72,181,70); }
H1.HeaderClassName
{
color: #48B546;
}
.AnyTagClassName
{
color: #48B546;
}
</style>
background-color css
<style>
a { background-color: #48B546; }
a { background-color: rgb(72,181,70); }
div.DivClassName
{
background-color: #48B546;
}
.BgClassName
{
background-color: #48B546;
}
</style>
border-color css
<style>
span { border-color: #48B546; }
span { border-color: rgb(72,181,70); }
td.TdClassName
{
border-color: #48B546;
}
.TagClassName
{
border-color: #48B546;
}
</style>