#56A360

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

Shades of Fruit Salad #56A360

Tints of Fruit Salad #56A360

Color information

#56A360 (or 0x56A360) is unknown color: approx Fruit Salad. HEX triplet: 56, A3 and 60. RGB value is (86,163,96). Sum of RGB (Red+Green+Blue) = 86+163+96=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 163 (64.06% from 255 or 47.25% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 163 - color contains mainly: green. Hex color #56A360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A360 is #A95C9F. Grayscale: #848484. Windows color (decimal): -11099296 or 6333270. OLE color: 6333270.

HSL color Cylindrical-coordinate representation of color #56A360: hue angle of 127.79º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56A360 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB8616396-
CMYK0.4700.410.36
HSL127.79º30.92%48.82%-
HSV(B)127.79º47.24%63.92%-
XYZ19.0529.0215.66-
YUV132.34107.4994.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.93%
GREEN value IS 163 (64.06% from 255) = 47.25%
BLUE value IS 96 (37.89% from 255) = 27.83%
R=24.93%
G=47.25%
B=27.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal86163960.4700.410.36127.7930.9248.82
Hex56A3602F02924801f31
Octal12624314057051442003761
Binary101011010100011110000010111101010011001001000000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,163,96); }

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

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

 a { background-color: rgb(86,163,96); }

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

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

 span { border-color: rgb(86,163,96); }

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