#56A456

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

Shades of Fruit Salad #56A456

Tints of Fruit Salad #56A456

Color information

#56A456 (or 0x56A456) is unknown color: approx Fruit Salad. HEX triplet: 56, A4 and 56. RGB value is (86,164,86). Sum of RGB (Red+Green+Blue) = 86+164+86=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 164 (64.45% from 255 or 48.81% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 164 - color contains mainly: green. Hex color #56A456 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A456 is #A95BA9. Grayscale: #848484. Windows color (decimal): -11099050 or 5678166. OLE color: 5678166.

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

Color convert

RGB8616486-
CMYK0.4800.480.36
HSL120º31.2%49.02%-
HSV(B)120º47.56%64.31%-
XYZ18.7929.213.45-
YUV131.79102.1695.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.60%
GREEN value IS 164 (64.45% from 255) = 48.81%
BLUE value IS 86 (33.98% from 255) = 25.60%
R=25.60%
G=48.81%
B=25.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal86164860.4800.480.3612031.249.02
Hex56A4563003024781f31
Octal12624412660060441703761
Binary10101101010010010101101100000110000100100111100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,164,86); }

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

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

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

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

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

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

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