#49AD55

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

Shades of Fruit Salad #49AD55

Tints of Fruit Salad #49AD55

Color information

#49AD55 (or 0x49AD55) is unknown color: approx Fruit Salad. HEX triplet: 49, AD and 55. RGB value is (73,173,85). Sum of RGB (Red+Green+Blue) = 73+173+85=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 173 (67.97% from 255 or 52.27% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AD55 is #B652AA. Grayscale: #858585. Windows color (decimal): -11948715 or 5614921. OLE color: 5614921.

HSL color Cylindrical-coordinate representation of color #49AD55: hue angle of 127.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AD55 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB7317385-
CMYK0.5800.510.32
HSL127.2º40.65%48.24%-
HSV(B)127.2º57.8%67.84%-
XYZ19.3331.9613.74-
YUV133.07100.8785.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.05%
GREEN value IS 173 (67.97% from 255) = 52.27%
BLUE value IS 85 (33.59% from 255) = 25.68%
R=22.05%
G=52.27%
B=25.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal73173850.5800.510.32127.240.6548.24
Hex49AD553A033207f2930
Octal11125512572063401775160
Binary100100110101101101010111101001100111000001111111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49AD55; }

 p { color: rgb(73,173,85); }

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

<style>
 a { background-color: #49AD55; }

 a { background-color: rgb(73,173,85); }

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

<style>
 span { border-color: #49AD55; }

 span { border-color: rgb(73,173,85); }

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