Shades of Fruit Salad #48A141
Tints of Fruit Salad #48A141
RGB
CMYK
RGB Variations
Color information
#48A141 (or 0x48A141) is known color: Fruit Salad. HEX triplet: 48, A1 and 41. RGB value is (72,161,65). Sum of RGB (Red+Green+Blue) = 72+161+65=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 161 (63.28% from 255 or 54.03% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 161 - color contains mainly: green. Hex color #48A141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A141 is #B75EBE. Grayscale: #7B7B7B. Windows color (decimal): -12017343 or 4301128. OLE color: 4301128.
HSL color Cylindrical-coordinate representation of color #48A141: hue angle of 115.62º degrees, saturation: 0.42, 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 #48A141 is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 161 | 65 | - |
| CMYK | 0.55 | 0 | 0.60 | 0.37 |
| HSL | 115.63º | 0.42% | 0.44% | - |
| HSV(B) | 115.63º | 0.6% | 0.63% | - |
| XYZ | 16.37 | 27.25 | 9.4 | - |
| YUV | 123.45 | 95.01 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 161 | 65 | 0.55 | 0 | 0.60 | 0.37 | 115.63 | 0.42 | 0.44 |
| Hex | 48 | A1 | 41 | 37 | 0 | 3C | 25 | 74 | 2A | 2C |
| Octal | 110 | 241 | 101 | 67 | 0 | 74 | 45 | 164 | 52 | 54 |
| Binary | 1001000 | 10100001 | 1000001 | 110111 | 0 | 111100 | 100101 | 1110100 | 101010 | 101100 |
Color Harmonies of #48A141
Complementary color
Monochromatic Colors of #48A141
Black with #48A141
Text Example
Text Example
White with #48A141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A141; }
p { color: rgb(72,161,65); }
H1.HeaderClassName
{
color: #48A141;
}
.AnyTagClassName
{
color: #48A141;
}
</style>
background-color css
<style>
a { background-color: #48A141; }
a { background-color: rgb(72,161,65); }
div.DivClassName
{
background-color: #48A141;
}
.BgClassName
{
background-color: #48A141;
}
</style>
border-color css
<style>
span { border-color: #48A141; }
span { border-color: rgb(72,161,65); }
td.TdClassName
{
border-color: #48A141;
}
.TagClassName
{
border-color: #48A141;
}
</style>