Shades of Fruit Salad #48A040
Tints of Fruit Salad #48A040
RGB
CMYK
RGB Variations
Color information
#48A040 (or 0x48A040) is known color: Fruit Salad. HEX triplet: 48, A0 and 40. RGB value is (72,160,64). Sum of RGB (Red+Green+Blue) = 72+160+64=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 160 (62.89% from 255 or 54.05% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 160 - color contains mainly: green. Hex color #48A040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A040 is #B75FBF. Grayscale: #7B7B7B. Windows color (decimal): -12017600 or 4235336. OLE color: 4235336.
HSL color Cylindrical-coordinate representation of color #48A040: hue angle of 115º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48A040 is Cyan = 0.55, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 160 | 64 | - |
| CMYK | 0.55 | 0 | 0.6 | 0.37 |
| HSL | 115º | 0.43% | 0.44% | - |
| HSV(B) | 115º | 0.6% | 0.63% | - |
| XYZ | 16.17 | 26.89 | 9.19 | - |
| YUV | 122.74 | 94.85 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 160 | 64 | 0.55 | 0 | 0.6 | 0.37 | 115 | 0.43 | 0.44 |
| Hex | 48 | A0 | 40 | 37 | 0 | 3C | 25 | 73 | 2B | 2C |
| Octal | 110 | 240 | 100 | 67 | 0 | 74 | 45 | 163 | 53 | 54 |
| Binary | 1001000 | 10100000 | 1000000 | 110111 | 0 | 111100 | 100101 | 1110011 | 101011 | 101100 |
Color Harmonies of #48A040
Complementary color
Monochromatic Colors of #48A040
Black with #48A040
Text Example
Text Example
White with #48A040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A040; }
p { color: rgb(72,160,64); }
H1.HeaderClassName
{
color: #48A040;
}
.AnyTagClassName
{
color: #48A040;
}
</style>
background-color css
<style>
a { background-color: #48A040; }
a { background-color: rgb(72,160,64); }
div.DivClassName
{
background-color: #48A040;
}
.BgClassName
{
background-color: #48A040;
}
</style>
border-color css
<style>
span { border-color: #48A040; }
span { border-color: rgb(72,160,64); }
td.TdClassName
{
border-color: #48A040;
}
.TagClassName
{
border-color: #48A040;
}
</style>