#56A047

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

Shades of Fruit Salad #56A047

Tints of Fruit Salad #56A047

Color information

#56A047 (or 0x56A047) is unknown color: approx Fruit Salad. HEX triplet: 56, A0 and 47. RGB value is (86,160,71). Sum of RGB (Red+Green+Blue) = 86+160+71=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 160 (62.89% from 255 or 50.47% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 160 - color contains mainly: green. Hex color #56A047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A047 is #A95FB8. Grayscale: #808080. Windows color (decimal): -11100089 or 4694102. OLE color: 4694102.

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

Color convert

RGB8616071-
CMYK0.4600.560.37
HSL109.89º38.53%45.29%-
HSV(B)109.89º55.62%62.75%-
XYZ17.5527.5710.36-
YUV127.7395.9898.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.13%
GREEN value IS 160 (62.89% from 255) = 50.47%
BLUE value IS 71 (28.12% from 255) = 22.40%
R=27.13%
G=50.47%
B=22.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal86160710.4600.560.37109.8938.5345.29
Hex56A0472E038256e272d
Octal12624010756070451564755
Binary101011010100000100011110111001110001001011101110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56A047; }

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

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

<style>
 a { background-color: #56A047; }

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

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

<style>
 span { border-color: #56A047; }

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

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