#49B357

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

Shades of Fruit Salad #49B357

Tints of Fruit Salad #49B357

Color information

#49B357 (or 0x49B357) is unknown color: approx Fruit Salad. HEX triplet: 49, B3 and 57. RGB value is (73,179,87). Sum of RGB (Red+Green+Blue) = 73+179+87=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 179 (70.31% from 255 or 52.80% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 179 - color contains mainly: green. Hex color #49B357 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B357 is #B64CA8. Grayscale: #898989. Windows color (decimal): -11947177 or 5747529. OLE color: 5747529.

HSL color Cylindrical-coordinate representation of color #49B357: hue angle of 127.92º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B357 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB7317987-
CMYK0.5900.510.30
HSL127.92º42.06%49.41%-
HSV(B)127.92º59.22%70.2%-
XYZ20.5934.3414.56-
YUV136.8299.8882.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.53%
GREEN value IS 179 (70.31% from 255) = 52.80%
BLUE value IS 87 (34.38% from 255) = 25.66%
R=21.53%
G=52.80%
B=25.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal73179870.5900.510.30127.9242.0649.41
Hex49B3573B0331E802a31
Octal11126312773063362005261
Binary100100110110011101011111101101100111111010000000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,179,87); }

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

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

 a { background-color: rgb(73,179,87); }

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

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

 span { border-color: rgb(73,179,87); }

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