#56A261

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

Shades of Fruit Salad #56A261

Tints of Fruit Salad #56A261

Color information

#56A261 (or 0x56A261) is unknown color: approx Fruit Salad. HEX triplet: 56, A2 and 61. RGB value is (86,162,97). Sum of RGB (Red+Green+Blue) = 86+162+97=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 162 - color contains mainly: green. Hex color #56A261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A261 is #A95D9E. Grayscale: #848484. Windows color (decimal): -11099551 or 6398550. OLE color: 6398550.

HSL color Cylindrical-coordinate representation of color #56A261: hue angle of 128.68º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56A261 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB8616297-
CMYK0.4700.400.36
HSL128.68º30.65%48.63%-
HSV(B)128.68º46.91%63.53%-
XYZ18.9228.6815.85-
YUV131.87108.3295.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.93%
GREEN value IS 162 (63.67% from 255) = 46.96%
BLUE value IS 97 (38.28% from 255) = 28.12%
R=24.93%
G=46.96%
B=28.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal86162970.4700.400.36128.6830.6548.63
Hex56A2612F02824811f31
Octal12624214157050442013761
Binary101011010100010110000110111101010001001001000000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,162,97); }

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

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

 a { background-color: rgb(86,162,97); }

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

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

 span { border-color: rgb(86,162,97); }

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