#56A65E

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

Shades of Fruit Salad #56A65E

Tints of Fruit Salad #56A65E

Color information

#56A65E (or 0x56A65E) is unknown color: approx Fruit Salad. HEX triplet: 56, A6 and 5E. RGB value is (86,166,94). Sum of RGB (Red+Green+Blue) = 86+166+94=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 166 (65.23% from 255 or 47.98% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 166 - color contains mainly: green. Hex color #56A65E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A65E is #A959A1. Grayscale: #868686. Windows color (decimal): -11098530 or 6202966. OLE color: 6202966.

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

Color convert

RGB8616694-
CMYK0.4800.430.35
HSL126º31.75%49.41%-
HSV(B)126º48.19%65.1%-
XYZ19.4930.0615.36-
YUV133.87105.593.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.86%
GREEN value IS 166 (65.23% from 255) = 47.98%
BLUE value IS 94 (37.11% from 255) = 27.17%
R=24.86%
G=47.98%
B=27.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal86166940.4800.430.3512631.7549.41
Hex56A65E3002B237e2031
Octal12624613660053431764061
Binary101011010100110101111011000001010111000111111110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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