#49B559

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

Shades of Fruit Salad #49B559

Tints of Fruit Salad #49B559

Color information

#49B559 (or 0x49B559) is unknown color: approx Fruit Salad. HEX triplet: 49, B5 and 59. RGB value is (73,181,89). Sum of RGB (Red+Green+Blue) = 73+181+89=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 181 (71.09% from 255 or 52.77% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 181 - color contains mainly: green. Hex color #49B559 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B559 is #B64AA6. Grayscale: #8A8A8A. Windows color (decimal): -11946663 or 5879113. OLE color: 5879113.

HSL color Cylindrical-coordinate representation of color #49B559: hue angle of 128.89º 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 #49B559 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB7318189-
CMYK0.6000.510.29
HSL128.89º42.52%49.8%-
HSV(B)128.89º59.67%70.98%-
XYZ21.0735.1915.13-
YUV138.22100.2281.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.28%
GREEN value IS 181 (71.09% from 255) = 52.77%
BLUE value IS 89 (35.16% from 255) = 25.95%
R=21.28%
G=52.77%
B=25.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal73181890.6000.510.29128.8942.5249.8
Hex49B5593C0331D812b32
Octal11126513174063352015362
Binary100100110110101101100111110001100111110110000001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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