#49B55C

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

Shades of Fruit Salad #49B55C

Tints of Fruit Salad #49B55C

Color information

#49B55C (or 0x49B55C) is unknown color: approx Fruit Salad. HEX triplet: 49, B5 and 5C. RGB value is (73,181,92). Sum of RGB (Red+Green+Blue) = 73+181+92=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 181 (71.09% from 255 or 52.31% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 181 - color contains mainly: green. Hex color #49B55C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B55C is #B64AA3. Grayscale: #8A8A8A. Windows color (decimal): -11946660 or 6075721. OLE color: 6075721.

HSL color Cylindrical-coordinate representation of color #49B55C: hue angle of 130.56º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B55C is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB7318192-
CMYK0.6000.490.29
HSL130.56º42.52%49.8%-
HSV(B)130.56º59.67%70.98%-
XYZ21.235.2415.81-
YUV138.56101.7281.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.10%
GREEN value IS 181 (71.09% from 255) = 52.31%
BLUE value IS 92 (36.33% from 255) = 26.59%
R=21.10%
G=52.31%
B=26.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal73181920.6000.490.29130.5642.5249.8
Hex49B55C3C0311D832b32
Octal11126513474061352035362
Binary100100110110101101110011110001100011110110000011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,181,92); }

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

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

 a { background-color: rgb(73,181,92); }

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

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

 span { border-color: rgb(73,181,92); }

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