#56A65A

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

Shades of Fruit Salad #56A65A

Tints of Fruit Salad #56A65A

Color information

#56A65A (or 0x56A65A) is unknown color: approx Fruit Salad. HEX triplet: 56, A6 and 5A. RGB value is (86,166,90). Sum of RGB (Red+Green+Blue) = 86+166+90=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 166 - color contains mainly: green. Hex color #56A65A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A65A is #A959A5. Grayscale: #858585. Windows color (decimal): -11098534 or 5940822. OLE color: 5940822.

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

Color convert

RGB8616690-
CMYK0.4800.460.35
HSL123º31.75%49.41%-
HSV(B)123º48.19%65.1%-
XYZ19.3229.9914.44-
YUV133.42103.594.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.15%
GREEN value IS 166 (65.23% from 255) = 48.54%
BLUE value IS 90 (35.55% from 255) = 26.32%
R=25.15%
G=48.54%
B=26.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal86166900.4800.460.3512331.7549.41
Hex56A65A3002E237b2031
Octal12624613260056431734061
Binary101011010100110101101011000001011101000111111011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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