#56B459

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

Shades of Fruit Salad #56B459

Tints of Fruit Salad #56B459

Color information

#56B459 (or 0x56B459) is unknown color: approx Fruit Salad. HEX triplet: 56, B4 and 59. RGB value is (86,180,89). Sum of RGB (Red+Green+Blue) = 86+180+89=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 180 (70.70% from 255 or 50.70% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 180 - color contains mainly: green. Hex color #56B459 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56B459 is #A94BA6. Grayscale: #8D8D8D. Windows color (decimal): -11094951 or 5878870. OLE color: 5878870.

HSL color Cylindrical-coordinate representation of color #56B459: hue angle of 121.91º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56B459 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB8618089-
CMYK0.5200.510.29
HSL121.91º38.52%52.16%-
HSV(B)121.91º52.22%70.59%-
XYZ21.9635.3415.12-
YUV141.5298.3688.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.23%
GREEN value IS 180 (70.70% from 255) = 50.70%
BLUE value IS 89 (35.16% from 255) = 25.07%
R=24.23%
G=50.70%
B=25.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal86180890.5200.510.29121.9138.5252.16
Hex56B459340331D7a2734
Octal12626413164063351724764
Binary10101101011010010110011101000110011111011111010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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