#56B159

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

Shades of Fruit Salad #56B159

Tints of Fruit Salad #56B159

Color information

#56B159 (or 0x56B159) is unknown color: approx Fruit Salad. HEX triplet: 56, B1 and 59. RGB value is (86,177,89). Sum of RGB (Red+Green+Blue) = 86+177+89=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 177 (69.53% from 255 or 50.28% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 177 - color contains mainly: green. Hex color #56B159 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56B159 is #A94EA6. Grayscale: #8C8C8C. Windows color (decimal): -11095719 or 5878102. OLE color: 5878102.

HSL color Cylindrical-coordinate representation of color #56B159: hue angle of 121.98º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56B159 is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB8617789-
CMYK0.5100.500.31
HSL121.98º36.84%51.57%-
HSV(B)121.98º51.41%69.41%-
XYZ21.3634.1414.92-
YUV139.7699.3589.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.43%
GREEN value IS 177 (69.53% from 255) = 50.28%
BLUE value IS 89 (35.16% from 255) = 25.28%
R=24.43%
G=50.28%
B=25.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86177890.5100.500.31121.9836.8451.57
Hex56B159330321F7a2534
Octal12626113163062371724564
Binary10101101011000110110011100110110010111111111010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,177,89); }

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

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

 a { background-color: rgb(86,177,89); }

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

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

 span { border-color: rgb(86,177,89); }

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