#49B159

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

Shades of Fruit Salad #49B159

Tints of Fruit Salad #49B159

Color information

#49B159 (or 0x49B159) is unknown color: approx Fruit Salad. HEX triplet: 49, B1 and 59. RGB value is (73,177,89). Sum of RGB (Red+Green+Blue) = 73+177+89=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 177 (69.53% from 255 or 52.21% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 177 - color contains mainly: green. Hex color #49B159 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B159 is #B64EA6. Grayscale: #888888. Windows color (decimal): -11947687 or 5878089. OLE color: 5878089.

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

Color convert

RGB7317789-
CMYK0.5900.500.31
HSL129.23º41.6%49.02%-
HSV(B)129.23º58.76%69.41%-
XYZ20.2733.5814.86-
YUV135.87101.5483.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.53%
GREEN value IS 177 (69.53% from 255) = 52.21%
BLUE value IS 89 (35.16% from 255) = 26.25%
R=21.53%
G=52.21%
B=26.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal73177890.5900.500.31129.2341.649.02
Hex49B1593B0321F812a31
Octal11126113173062372015261
Binary100100110110001101100111101101100101111110000001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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