#49A056

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

Shades of Fruit Salad #49A056

Tints of Fruit Salad #49A056

Color information

#49A056 (or 0x49A056) is unknown color: approx Fruit Salad. HEX triplet: 49, A0 and 56. RGB value is (73,160,86). Sum of RGB (Red+Green+Blue) = 73+160+86=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #49A056 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A056 is #B65FA9. Grayscale: #7D7D7D. Windows color (decimal): -11952042 or 5677129. OLE color: 5677129.

HSL color Cylindrical-coordinate representation of color #49A056: hue angle of 128.97º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49A056 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB7316086-
CMYK0.5400.460.37
HSL128.97º37.34%45.69%-
HSV(B)128.97º54.37%62.75%-
XYZ1727.2313.16-
YUV125.55105.6890.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.88%
GREEN value IS 160 (62.89% from 255) = 50.16%
BLUE value IS 86 (33.98% from 255) = 26.96%
R=22.88%
G=50.16%
B=26.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal73160860.5400.460.37128.9737.3445.69
Hex49A0563602E2581252e
Octal11124012666056452014556
Binary1001001101000001010110110110010111010010110000001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,160,86); }

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

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

 a { background-color: rgb(73,160,86); }

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

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

 span { border-color: rgb(73,160,86); }

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