#56A759

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

Shades of Fruit Salad #56A759

Tints of Fruit Salad #56A759

Color information

#56A759 (or 0x56A759) is unknown color: approx Fruit Salad. HEX triplet: 56, A7 and 59. RGB value is (86,167,89). Sum of RGB (Red+Green+Blue) = 86+167+89=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 167 (65.62% from 255 or 48.83% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 167 - color contains mainly: green. Hex color #56A759 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A759 is #A958A6. Grayscale: #868686. Windows color (decimal): -11098279 or 5875542. OLE color: 5875542.

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

Color convert

RGB8616789-
CMYK0.4900.470.35
HSL122.22º32.02%49.61%-
HSV(B)122.22º48.5%65.49%-
XYZ19.4630.3414.28-
YUV133.89102.6693.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.15%
GREEN value IS 167 (65.62% from 255) = 48.83%
BLUE value IS 89 (35.16% from 255) = 26.02%
R=25.15%
G=48.83%
B=26.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal86167890.4900.470.35122.2232.0249.61
Hex56A7593102F237a2032
Octal12624713161057431724062
Binary101011010100111101100111000101011111000111111010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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