#48B756

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

Shades of Fruit Salad #48B756

Tints of Fruit Salad #48B756

Color information

#48B756 (or 0x48B756) is unknown color: approx Fruit Salad. HEX triplet: 48, B7 and 56. RGB value is (72,183,86). Sum of RGB (Red+Green+Blue) = 72+183+86=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #48B756 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B756 is #B748A9. Grayscale: #8B8B8B. Windows color (decimal): -12011690 or 5683016. OLE color: 5683016.

HSL color Cylindrical-coordinate representation of color #48B756: hue angle of 127.57º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48B756 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB7218386-
CMYK0.6100.530.28
HSL127.57º43.53%50%-
HSV(B)127.57º60.66%71.76%-
XYZ21.2935.9214.61-
YUV138.7598.2380.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.11%
GREEN value IS 183 (71.88% from 255) = 53.67%
BLUE value IS 86 (33.98% from 255) = 25.22%
R=21.11%
G=53.67%
B=25.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal72183860.6100.530.28127.5743.5350
Hex48B7563D0351C802c32
Octal11026712675065342005462
Binary100100010110111101011011110101101011110010000000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,183,86); }

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

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

 a { background-color: rgb(72,183,86); }

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

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

 span { border-color: rgb(72,183,86); }

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