Shades of Fruit Salad #48A845
Tints of Fruit Salad #48A845
RGB
CMYK
RGB Variations
Color information
#48A845 (or 0x48A845) is known color: Fruit Salad. HEX triplet: 48, A8 and 45. RGB value is (72,168,69). Sum of RGB (Red+Green+Blue) = 72+168+69=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 168 (66.02% from 255 or 54.37% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 168 - color contains mainly: green. Hex color #48A845 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A845 is #B757BA. Grayscale: #808080. Windows color (decimal): -12015547 or 4565064. OLE color: 4565064.
HSL color Cylindrical-coordinate representation of color #48A845: hue angle of 118.18º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48A845 is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 72 | 168 | 69 | - |
| CMYK | 0.57 | 0 | 0.59 | 0.34 |
| HSL | 118.18º | 0.42% | 0.46% | - |
| HSV(B) | 118.18º | 0.59% | 0.66% | - |
| XYZ | 17.75 | 29.81 | 10.45 | - |
| YUV | 128.01 | 94.7 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 168 | 69 | 0.57 | 0 | 0.59 | 0.34 | 118.18 | 0.42 | 0.46 |
| Hex | 48 | A8 | 45 | 39 | 0 | 3B | 22 | 76 | 2A | 2E |
| Octal | 110 | 250 | 105 | 71 | 0 | 73 | 42 | 166 | 52 | 56 |
| Binary | 1001000 | 10101000 | 1000101 | 111001 | 0 | 111011 | 100010 | 1110110 | 101010 | 101110 |
Color Harmonies of #48A845
Complementary color
Monochromatic Colors of #48A845
Black with #48A845
Text Example
Text Example
White with #48A845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A845; }
p { color: rgb(72,168,69); }
H1.HeaderClassName
{
color: #48A845;
}
.AnyTagClassName
{
color: #48A845;
}
</style>
background-color css
<style>
a { background-color: #48A845; }
a { background-color: rgb(72,168,69); }
div.DivClassName
{
background-color: #48A845;
}
.BgClassName
{
background-color: #48A845;
}
</style>
border-color css
<style>
span { border-color: #48A845; }
span { border-color: rgb(72,168,69); }
td.TdClassName
{
border-color: #48A845;
}
.TagClassName
{
border-color: #48A845;
}
</style>