#48AF49

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

Shades of Fruit Salad #48AF49

Tints of Fruit Salad #48AF49

Color information

#48AF49 (or 0x48AF49) is unknown color: approx Fruit Salad. HEX triplet: 48, AF and 49. RGB value is (72,175,73). Sum of RGB (Red+Green+Blue) = 72+175+73=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 175 (68.75% from 255 or 54.69% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 175 - color contains mainly: green. Hex color #48AF49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AF49 is #B750B6. Grayscale: #848484. Windows color (decimal): -12013751 or 4829000. OLE color: 4829000.

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

Color convert

RGB7217573-
CMYK0.5900.580.31
HSL120.58º41.7%48.43%-
HSV(B)120.58º58.86%68.63%-
XYZ19.2132.5211.57-
YUV132.5794.3884.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.5%
GREEN value IS 175 (68.75% from 255) = 54.69%
BLUE value IS 73 (28.91% from 255) = 22.81%
R=22.5%
G=54.69%
B=22.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72175730.5900.580.31120.5841.748.43
Hex48AF493B03A1F792a30
Octal11025711173072371715260
Binary10010001010111110010011110110111010111111111001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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