#48A357

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

Shades of Fruit Salad #48A357

Tints of Fruit Salad #48A357

Color information

#48A357 (or 0x48A357) is unknown color: approx Fruit Salad. HEX triplet: 48, A3 and 57. RGB value is (72,163,87). Sum of RGB (Red+Green+Blue) = 72+163+87=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 163 (64.06% from 255 or 50.62% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 163 - color contains mainly: green. Hex color #48A357 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A357 is #B75CA8. Grayscale: #7F7F7F. Windows color (decimal): -12016809 or 5743432. OLE color: 5743432.

HSL color Cylindrical-coordinate representation of color #48A357: hue angle of 129.89º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A357 is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB7216387-
CMYK0.5600.470.36
HSL129.89º38.72%46.08%-
HSV(B)129.89º55.83%63.92%-
XYZ17.4928.2613.55-
YUV127.13105.3588.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.36%
GREEN value IS 163 (64.06% from 255) = 50.62%
BLUE value IS 87 (34.38% from 255) = 27.02%
R=22.36%
G=50.62%
B=27.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal72163870.5600.470.36129.8938.7246.08
Hex48A3573802F2482272e
Octal11024312770057442024756
Binary1001000101000111010111111000010111110010010000010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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