#56A45F

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

Shades of Fruit Salad #56A45F

Tints of Fruit Salad #56A45F

Color information

#56A45F (or 0x56A45F) is unknown color: approx Fruit Salad. HEX triplet: 56, A4 and 5F. RGB value is (86,164,95). Sum of RGB (Red+Green+Blue) = 86+164+95=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 164 (64.45% from 255 or 47.54% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 164 - color contains mainly: green. Hex color #56A45F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A45F is #A95BA0. Grayscale: #858585. Windows color (decimal): -11099041 or 6267990. OLE color: 6267990.

HSL color Cylindrical-coordinate representation of color #56A45F: hue angle of 126.92º 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 #56A45F is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB8616495-
CMYK0.4800.420.36
HSL126.92º31.2%49.02%-
HSV(B)126.92º47.56%64.31%-
XYZ19.1829.3615.48-
YUV132.81106.6694.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.93%
GREEN value IS 164 (64.45% from 255) = 47.54%
BLUE value IS 95 (37.5% from 255) = 27.54%
R=24.93%
G=47.54%
B=27.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal86164950.4800.420.36126.9231.249.02
Hex56A45F3002A247f1f31
Octal12624413760052441773761
Binary10101101010010010111111100000101010100100111111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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