#56A655

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

Shades of Fruit Salad #56A655

Tints of Fruit Salad #56A655

Color information

#56A655 (or 0x56A655) is unknown color: approx Fruit Salad. HEX triplet: 56, A6 and 55. RGB value is (86,166,85). Sum of RGB (Red+Green+Blue) = 86+166+85=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 166 (65.23% from 255 or 49.26% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 166 - color contains mainly: green. Hex color #56A655 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A655 is #A959AA. Grayscale: #858585. Windows color (decimal): -11098539 or 5613142. OLE color: 5613142.

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

Color convert

RGB8616685-
CMYK0.4800.490.35
HSL119.26º32.27%49.22%-
HSV(B)119.26º48.8%65.1%-
XYZ19.1129.9113.36-
YUV132.8510194.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.52%
GREEN value IS 166 (65.23% from 255) = 49.26%
BLUE value IS 85 (33.59% from 255) = 25.22%
R=25.52%
G=49.26%
B=25.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal86166850.4800.490.35119.2632.2749.22
Hex56A6553003123772031
Octal12624612560061431674061
Binary101011010100110101010111000001100011000111110111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,166,85); }

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

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

 a { background-color: rgb(86,166,85); }

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

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

 span { border-color: rgb(86,166,85); }

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