#48AB58

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

Shades of Fruit Salad #48AB58

Tints of Fruit Salad #48AB58

Color information

#48AB58 (or 0x48AB58) is unknown color: approx Fruit Salad. HEX triplet: 48, AB and 58. RGB value is (72,171,88). Sum of RGB (Red+Green+Blue) = 72+171+88=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 171 (67.19% from 255 or 51.66% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AB58 is #B754A7. Grayscale: #848484. Windows color (decimal): -12014760 or 5811016. OLE color: 5811016.

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

Color convert

RGB7217188-
CMYK0.5800.490.33
HSL129.7º40.74%47.65%-
HSV(B)129.7º57.89%67.06%-
XYZ1931.2114.26-
YUV131.94103.285.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.75%
GREEN value IS 171 (67.19% from 255) = 51.66%
BLUE value IS 88 (34.77% from 255) = 26.59%
R=21.75%
G=51.66%
B=26.59%

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
Decimal72171880.5800.490.33129.740.7447.65
Hex48AB583A03121822930
Octal11025313072061412025160
Binary1001000101010111011000111010011000110000110000010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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