#56A05E

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

Shades of Fruit Salad #56A05E

Tints of Fruit Salad #56A05E

Color information

#56A05E (or 0x56A05E) is unknown color: approx Fruit Salad. HEX triplet: 56, A0 and 5E. RGB value is (86,160,94). Sum of RGB (Red+Green+Blue) = 86+160+94=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 160 (62.89% from 255 or 47.06% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 160 - color contains mainly: green. Hex color #56A05E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A05E is #A95FA1. Grayscale: #828282. Windows color (decimal): -11100066 or 6201430. OLE color: 6201430.

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

Color convert

RGB8616094-
CMYK0.4600.410.37
HSL126.49º30.08%48.24%-
HSV(B)126.49º46.25%62.75%-
XYZ18.4327.9315.01-
YUV130.35107.4896.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.29%
GREEN value IS 160 (62.89% from 255) = 47.06%
BLUE value IS 94 (37.11% from 255) = 27.65%
R=25.29%
G=47.06%
B=27.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal86160940.4600.410.37126.4930.0848.24
Hex56A05E2E029257e1e30
Octal12624013656051451763660
Binary10101101010000010111101011100101001100101111111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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