#48AB55

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

Shades of Fruit Salad #48AB55

Tints of Fruit Salad #48AB55

Color information

#48AB55 (or 0x48AB55) is unknown color: approx Fruit Salad. HEX triplet: 48, AB and 55. RGB value is (72,171,85). Sum of RGB (Red+Green+Blue) = 72+171+85=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AB55 is #B754AA. Grayscale: #838383. Windows color (decimal): -12014763 or 5614408. OLE color: 5614408.

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

Color convert

RGB7217185-
CMYK0.5800.500.33
HSL127.88º40.74%47.65%-
HSV(B)127.88º57.89%67.06%-
XYZ18.8831.1613.61-
YUV131.6101.785.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.95%
GREEN value IS 171 (67.19% from 255) = 52.13%
BLUE value IS 85 (33.59% from 255) = 25.91%
R=21.95%
G=52.13%
B=25.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72171850.5800.500.33127.8840.7447.65
Hex48AB553A03221802930
Octal11025312572062412005160
Binary1001000101010111010101111010011001010000110000000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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