#48AA58

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

Shades of Fruit Salad #48AA58

Tints of Fruit Salad #48AA58

Color information

#48AA58 (or 0x48AA58) is unknown color: approx Fruit Salad. HEX triplet: 48, AA and 58. RGB value is (72,170,88). Sum of RGB (Red+Green+Blue) = 72+170+88=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AA58 is #B755A7. Grayscale: #838383. Windows color (decimal): -12015016 or 5810760. OLE color: 5810760.

HSL color Cylindrical-coordinate representation of color #48AA58: hue angle of 129.8º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AA58 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB7217088-
CMYK0.5800.480.33
HSL129.8º40.5%47.45%-
HSV(B)129.8º57.65%66.67%-
XYZ18.8130.8314.19-
YUV131.35103.5385.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.82%
GREEN value IS 170 (66.80% from 255) = 51.52%
BLUE value IS 88 (34.77% from 255) = 26.67%
R=21.82%
G=51.52%
B=26.67%

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
Decimal72170880.5800.480.33129.840.547.45
Hex48AA583A0302182282f
Octal11025213072060412025057
Binary1001000101010101011000111010011000010000110000010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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