#56B359

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

Shades of Fruit Salad #56B359

Tints of Fruit Salad #56B359

Color information

#56B359 (or 0x56B359) is unknown color: approx Fruit Salad. HEX triplet: 56, B3 and 59. RGB value is (86,179,89). Sum of RGB (Red+Green+Blue) = 86+179+89=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 179 (70.31% from 255 or 50.56% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 179 - color contains mainly: green. Hex color #56B359 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56B359 is #A94CA6. Grayscale: #8D8D8D. Windows color (decimal): -11095207 or 5878614. OLE color: 5878614.

HSL color Cylindrical-coordinate representation of color #56B359: hue angle of 121.94º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56B359 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB8617989-
CMYK0.5200.500.30
HSL121.94º37.96%51.96%-
HSV(B)121.94º51.96%70.2%-
XYZ21.7634.9415.05-
YUV140.9398.6988.82-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.29%
GREEN value IS 179 (70.31% from 255) = 50.56%
BLUE value IS 89 (35.16% from 255) = 25.14%
R=24.29%
G=50.56%
B=25.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal86179890.5200.500.30121.9437.9651.96
Hex56B359340321E7a2634
Octal12626313164062361724664
Binary10101101011001110110011101000110010111101111010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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