#49B056

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

Shades of Fruit Salad #49B056

Tints of Fruit Salad #49B056

Color information

#49B056 (or 0x49B056) is unknown color: approx Fruit Salad. HEX triplet: 49, B0 and 56. RGB value is (73,176,86). Sum of RGB (Red+Green+Blue) = 73+176+86=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 176 (69.14% from 255 or 52.54% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 176 - color contains mainly: green. Hex color #49B056 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B056 is #B64FA9. Grayscale: #878787. Windows color (decimal): -11947946 or 5681225. OLE color: 5681225.

HSL color Cylindrical-coordinate representation of color #49B056: hue angle of 127.57º degrees, saturation: 0.41, 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 #49B056 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB7317686-
CMYK0.5900.510.31
HSL127.57º41.37%48.82%-
HSV(B)127.57º58.52%69.02%-
XYZ19.9533.1414.15-
YUV134.94100.3883.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.79%
GREEN value IS 176 (69.14% from 255) = 52.54%
BLUE value IS 86 (33.98% from 255) = 25.67%
R=21.79%
G=52.54%
B=25.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal73176860.5900.510.31127.5741.3748.82
Hex49B0563B0331F802931
Octal11126012673063372005161
Binary100100110110000101011011101101100111111110000000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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