#48AB59

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

Shades of Fruit Salad #48AB59

Tints of Fruit Salad #48AB59

Color information

#48AB59 (or 0x48AB59) is unknown color: approx Fruit Salad. HEX triplet: 48, AB and 59. RGB value is (72,171,89). Sum of RGB (Red+Green+Blue) = 72+171+89=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 171 (67.19% from 255 or 51.51% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AB59 is #B754A6. Grayscale: #848484. Windows color (decimal): -12014759 or 5876552. OLE color: 5876552.

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

Color convert

RGB7217189-
CMYK0.5800.480.33
HSL130.3º40.74%47.65%-
HSV(B)130.3º57.89%67.06%-
XYZ19.0431.2214.47-
YUV132.05103.785.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.69%
GREEN value IS 171 (67.19% from 255) = 51.51%
BLUE value IS 89 (35.16% from 255) = 26.81%
R=21.69%
G=51.51%
B=26.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72171890.5800.480.33130.340.7447.65
Hex48AB593A03021822930
Octal11025313172060412025160
Binary1001000101010111011001111010011000010000110000010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AB59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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