#48AB57

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

Shades of Fruit Salad #48AB57

Tints of Fruit Salad #48AB57

Color information

#48AB57 (or 0x48AB57) is unknown color: approx Fruit Salad. HEX triplet: 48, AB and 57. RGB value is (72,171,87). Sum of RGB (Red+Green+Blue) = 72+171+87=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AB57 is #B754A8. Grayscale: #848484. Windows color (decimal): -12014761 or 5745480. OLE color: 5745480.

HSL color Cylindrical-coordinate representation of color #48AB57: hue angle of 129.09º 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 #48AB57 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB7217187-
CMYK0.5800.490.33
HSL129.09º40.74%47.65%-
HSV(B)129.09º57.89%67.06%-
XYZ18.9631.1914.04-
YUV131.82102.785.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.82%
GREEN value IS 171 (67.19% from 255) = 51.82%
BLUE value IS 87 (34.38% from 255) = 26.36%
R=21.82%
G=51.82%
B=26.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72171870.5800.490.33129.0940.7447.65
Hex48AB573A03121812930
Octal11025312772061412015160
Binary1001000101010111010111111010011000110000110000001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AB57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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