#56A15C

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

Shades of Fruit Salad #56A15C

Tints of Fruit Salad #56A15C

Color information

#56A15C (or 0x56A15C) is unknown color: approx Fruit Salad. HEX triplet: 56, A1 and 5C. RGB value is (86,161,92). Sum of RGB (Red+Green+Blue) = 86+161+92=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 161 (63.28% from 255 or 47.49% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 161 - color contains mainly: green. Hex color #56A15C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A15C is #A95EA3. Grayscale: #828282. Windows color (decimal): -11099812 or 6070614. OLE color: 6070614.

HSL color Cylindrical-coordinate representation of color #56A15C: hue angle of 124.8º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56A15C is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB8616192-
CMYK0.4700.430.37
HSL124.8º30.36%48.43%-
HSV(B)124.8º46.58%63.14%-
XYZ18.5128.2414.6-
YUV130.71106.1596.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.37%
GREEN value IS 161 (63.28% from 255) = 47.49%
BLUE value IS 92 (36.33% from 255) = 27.14%
R=25.37%
G=47.49%
B=27.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal86161920.4700.430.37124.830.3648.43
Hex56A15C2F02B257d1e30
Octal12624113457053451753660
Binary10101101010000110111001011110101011100101111110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,161,92); }

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

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

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

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

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

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

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