#49A355

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

Shades of Fruit Salad #49A355

Tints of Fruit Salad #49A355

Color information

#49A355 (or 0x49A355) is unknown color: approx Fruit Salad. HEX triplet: 49, A3 and 55. RGB value is (73,163,85). Sum of RGB (Red+Green+Blue) = 73+163+85=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 163 (64.06% from 255 or 50.78% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 163 - color contains mainly: green. Hex color #49A355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A355 is #B65CAA. Grayscale: #7F7F7F. Windows color (decimal): -11951275 or 5612361. OLE color: 5612361.

HSL color Cylindrical-coordinate representation of color #49A355: hue angle of 128º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A355 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB7316385-
CMYK0.5500.480.36
HSL128º38.14%46.27%-
HSV(B)128º55.21%63.92%-
XYZ17.4828.2713.13-
YUV127.2104.1889.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.74%
GREEN value IS 163 (64.06% from 255) = 50.78%
BLUE value IS 85 (33.59% from 255) = 26.48%
R=22.74%
G=50.78%
B=26.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal73163850.5500.480.3612838.1446.27
Hex49A355370302480262e
Octal11124312567060442004656
Binary1001001101000111010101110111011000010010010000000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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