#49A556

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

Shades of Fruit Salad #49A556

Tints of Fruit Salad #49A556

Color information

#49A556 (or 0x49A556) is unknown color: approx Fruit Salad. HEX triplet: 49, A5 and 56. RGB value is (73,165,86). Sum of RGB (Red+Green+Blue) = 73+165+86=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 165 (64.84% from 255 or 50.93% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 165 - color contains mainly: green. Hex color #49A556 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A556 is #B65AA9. Grayscale: #808080. Windows color (decimal): -11950762 or 5678409. OLE color: 5678409.

HSL color Cylindrical-coordinate representation of color #49A556: hue angle of 128.48º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A556 is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB7316586-
CMYK0.5600.480.35
HSL128.48º38.66%46.67%-
HSV(B)128.48º55.76%64.71%-
XYZ17.882913.46-
YUV128.49104.0288.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.53%
GREEN value IS 165 (64.84% from 255) = 50.93%
BLUE value IS 86 (33.98% from 255) = 26.54%
R=22.53%
G=50.93%
B=26.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal73165860.5600.480.35128.4838.6646.67
Hex49A556380302380272f
Octal11124512670060432004757
Binary1001001101001011010110111000011000010001110000000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,165,86); }

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

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

 a { background-color: rgb(73,165,86); }

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

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

 span { border-color: rgb(73,165,86); }

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