#48AF52

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

Shades of Fruit Salad #48AF52

Tints of Fruit Salad #48AF52

Color information

#48AF52 (or 0x48AF52) is unknown color: approx Fruit Salad. HEX triplet: 48, AF and 52. RGB value is (72,175,82). Sum of RGB (Red+Green+Blue) = 72+175+82=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 175 (68.75% from 255 or 53.19% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 175 - color contains mainly: green. Hex color #48AF52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AF52 is #B750AD. Grayscale: #858585. Windows color (decimal): -12013742 or 5418824. OLE color: 5418824.

HSL color Cylindrical-coordinate representation of color #48AF52: hue angle of 125.83º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48AF52 is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB7217582-
CMYK0.5900.530.31
HSL125.83º41.7%48.43%-
HSV(B)125.83º58.86%68.63%-
XYZ19.5332.6513.26-
YUV133.698.8884.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.88%
GREEN value IS 175 (68.75% from 255) = 53.19%
BLUE value IS 82 (32.42% from 255) = 24.92%
R=21.88%
G=53.19%
B=24.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72175820.5900.530.31125.8341.748.43
Hex48AF523B0351F7e2a30
Octal11025712273065371765260
Binary10010001010111110100101110110110101111111111110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,175,82); }

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

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

 a { background-color: rgb(72,175,82); }

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

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

 span { border-color: rgb(72,175,82); }

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