#56A55A

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

Shades of Fruit Salad #56A55A

Tints of Fruit Salad #56A55A

Color information

#56A55A (or 0x56A55A) is unknown color: approx Fruit Salad. HEX triplet: 56, A5 and 5A. RGB value is (86,165,90). Sum of RGB (Red+Green+Blue) = 86+165+90=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 165 (64.84% from 255 or 48.39% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 165 - color contains mainly: green. Hex color #56A55A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A55A is #A95AA5. Grayscale: #858585. Windows color (decimal): -11098790 or 5940566. OLE color: 5940566.

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

Color convert

RGB8616590-
CMYK0.4800.450.35
HSL123.04º31.47%49.22%-
HSV(B)123.04º47.88%64.71%-
XYZ19.1429.6314.38-
YUV132.83103.8394.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.22%
GREEN value IS 165 (64.84% from 255) = 48.39%
BLUE value IS 90 (35.55% from 255) = 26.39%
R=25.22%
G=48.39%
B=26.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal86165900.4800.450.35123.0431.4749.22
Hex56A55A3002D237b1f31
Octal12624513260055431733761
Binary10101101010010110110101100000101101100011111101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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