#49A756

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

Shades of Fruit Salad #49A756

Tints of Fruit Salad #49A756

Color information

#49A756 (or 0x49A756) is unknown color: approx Fruit Salad. HEX triplet: 49, A7 and 56. RGB value is (73,167,86). Sum of RGB (Red+Green+Blue) = 73+167+86=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 167 (65.62% from 255 or 51.23% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 167 - color contains mainly: green. Hex color #49A756 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A756 is #B658A9. Grayscale: #818181. Windows color (decimal): -11950250 or 5678921. OLE color: 5678921.

HSL color Cylindrical-coordinate representation of color #49A756: hue angle of 128.3º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A756 is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB7316786-
CMYK0.5600.490.35
HSL128.3º39.17%47.06%-
HSV(B)128.3º56.29%65.49%-
XYZ18.2529.7313.58-
YUV129.66103.3687.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.39%
GREEN value IS 167 (65.62% from 255) = 51.23%
BLUE value IS 86 (33.98% from 255) = 26.38%
R=22.39%
G=51.23%
B=26.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal73167860.5600.490.35128.339.1747.06
Hex49A756380312380272f
Octal11124712670061432004757
Binary1001001101001111010110111000011000110001110000000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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