#49B755

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

Shades of Fruit Salad #49B755

Tints of Fruit Salad #49B755

Color information

#49B755 (or 0x49B755) is unknown color: approx Fruit Salad. HEX triplet: 49, B7 and 55. RGB value is (73,183,85). Sum of RGB (Red+Green+Blue) = 73+183+85=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #49B755 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B755 is #B648AA. Grayscale: #8B8B8B. Windows color (decimal): -11946155 or 5617481. OLE color: 5617481.

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

Color convert

RGB7318385-
CMYK0.6000.540.28
HSL126.55º43.31%50.2%-
HSV(B)126.55º60.11%71.76%-
XYZ21.3235.9414.41-
YUV138.9497.5680.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.41%
GREEN value IS 183 (71.88% from 255) = 53.67%
BLUE value IS 85 (33.59% from 255) = 24.93%
R=21.41%
G=53.67%
B=24.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal73183850.6000.540.28126.5543.3150.2
Hex49B7553C0361C7f2b32
Octal11126712574066341775362
Binary10010011011011110101011111000110110111001111111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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