#48B457

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

Shades of Fruit Salad #48B457

Tints of Fruit Salad #48B457

Color information

#48B457 (or 0x48B457) is unknown color: approx Fruit Salad. HEX triplet: 48, B4 and 57. RGB value is (72,180,87). Sum of RGB (Red+Green+Blue) = 72+180+87=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 180 (70.70% from 255 or 53.10% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 180 - color contains mainly: green. Hex color #48B457 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B457 is #B74BA8. Grayscale: #898989. Windows color (decimal): -12012457 or 5747784. OLE color: 5747784.

HSL color Cylindrical-coordinate representation of color #48B457: hue angle of 128.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B457 is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB7218087-
CMYK0.6000.520.29
HSL128.33º42.86%49.41%-
HSV(B)128.33º60%70.59%-
XYZ20.7134.7114.62-
YUV137.1199.7281.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.24%
GREEN value IS 180 (70.70% from 255) = 53.10%
BLUE value IS 87 (34.38% from 255) = 25.66%
R=21.24%
G=53.10%
B=25.66%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72180870.6000.520.29128.3342.8649.41
Hex48B4573C0341D802b31
Octal11026412774064352005361
Binary100100010110100101011111110001101001110110000000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,180,87); }

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

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

 a { background-color: rgb(72,180,87); }

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

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

 span { border-color: rgb(72,180,87); }

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