#48B759

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

Shades of Fruit Salad #48B759

Tints of Fruit Salad #48B759

Color information

#48B759 (or 0x48B759) is unknown color: approx Fruit Salad. HEX triplet: 48, B7 and 59. RGB value is (72,183,89). Sum of RGB (Red+Green+Blue) = 72+183+89=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 183 (71.88% from 255 or 53.20% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 183 - color contains mainly: green. Hex color #48B759 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B759 is #B748A6. Grayscale: #8B8B8B. Windows color (decimal): -12011687 or 5879624. OLE color: 5879624.

HSL color Cylindrical-coordinate representation of color #48B759: hue angle of 129.19º 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 #48B759 is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB7218389-
CMYK0.6100.510.28
HSL129.19º43.53%50%-
HSV(B)129.19º60.66%71.76%-
XYZ21.4135.9715.26-
YUV139.0999.7380.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.93%
GREEN value IS 183 (71.88% from 255) = 53.20%
BLUE value IS 89 (35.16% from 255) = 25.87%
R=20.93%
G=53.20%
B=25.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal72183890.6100.510.28129.1943.5350
Hex48B7593D0331C812c32
Octal11026713175063342015462
Binary100100010110111101100111110101100111110010000001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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