#48A155

Color #48A155 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #48A155

Tints of Fruit Salad #48A155

Color information

#48A155 (or 0x48A155) is unknown color: approx Fruit Salad. HEX triplet: 48, A1 and 55. RGB value is (72,161,85). Sum of RGB (Red+Green+Blue) = 72+161+85=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 161 (63.28% from 255 or 50.63% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 161 - color contains mainly: green. Hex color #48A155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A155 is #B75EAA. Grayscale: #7D7D7D. Windows color (decimal): -12017323 or 5611848. OLE color: 5611848.

HSL color Cylindrical-coordinate representation of color #48A155: hue angle of 128.76º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48A155 is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB7216185-
CMYK0.5500.470.37
HSL128.76º38.2%45.69%-
HSV(B)128.76º55.28%63.14%-
XYZ17.0627.5213.01-
YUV125.72105.0189.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 22.64%
GREEN value IS 161 (63.28% from 255) = 50.63%
BLUE value IS 85 (33.59% from 255) = 26.73%
R=22.64%
G=50.63%
B=26.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal72161850.5500.470.37128.7638.245.69
Hex48A1553702F2581262e
Octal11024112567057452014656
Binary1001000101000011010101110111010111110010110000001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48A155; }

 p { color: rgb(72,161,85); }

 H1.HeaderClassName
 {
   color: #48A155;
 }
 .AnyTagClassName
 {
   color: #48A155;
 }
</style>
background-color css

<style>
 a { background-color: #48A155; }

 a { background-color: rgb(72,161,85); }

 div.DivClassName
 {
   background-color: #48A155;
 }
 .BgClassName
 {
   background-color: #48A155;
 }
</style>
border-color css

<style>
 span { border-color: #48A155; }

 span { border-color: rgb(72,161,85); }

 td.TdClassName
 {
   border-color: #48A155;
 }
 .TagClassName
 {
   border-color: #48A155;
 }
</style>