#48AA4E

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

Shades of Fruit Salad #48AA4E

Tints of Fruit Salad #48AA4E

Color information

#48AA4E (or 0x48AA4E) is unknown color: approx Fruit Salad. HEX triplet: 48, AA and 4E. RGB value is (72,170,78). Sum of RGB (Red+Green+Blue) = 72+170+78=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 170 (66.80% from 255 or 53.12% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AA4E is #B755B1. Grayscale: #828282. Windows color (decimal): -12015026 or 5155400. OLE color: 5155400.

HSL color Cylindrical-coordinate representation of color #48AA4E: hue angle of 123.67º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AA4E is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB7217078-
CMYK0.5800.540.33
HSL123.67º40.5%47.45%-
HSV(B)123.67º57.65%66.67%-
XYZ18.4230.6812.16-
YUV130.2198.5386.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.5%
GREEN value IS 170 (66.80% from 255) = 53.12%
BLUE value IS 78 (30.86% from 255) = 24.38%
R=22.5%
G=53.12%
B=24.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72170780.5800.540.33123.6740.547.45
Hex48AA4E3A036217c282f
Octal11025211672066411745057
Binary100100010101010100111011101001101101000011111100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,170,78); }

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

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

 a { background-color: rgb(72,170,78); }

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

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

 span { border-color: rgb(72,170,78); }

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