#56b353

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

Shades of Fruit Salad #56B353

Tints of Fruit Salad #56B353

Color information

#56B353 (or 0x56B353) is unknown color: approx Fruit Salad. HEX triplet: 56, B3 and 53. RGB value is (86,179,83). Sum of RGB (Red+Green+Blue) = 86+179+83=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 179 (70.31% from 255 or 51.44% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 179 - color contains mainly: green. Hex color #56B353 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56B353 is #A94CAC. Grayscale: #8C8C8C. Windows color (decimal): -11095213 or 5485398. OLE color: 5485398.

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

Color convert

RGB8617983-
CMYK0.5200.540.30
HSL118.12º38.71%51.37%-
HSV(B)118.12º53.63%70.2%-
XYZ21.5234.8413.77-
YUV140.2595.6989.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.71%
GREEN value IS 179 (70.31% from 255) = 51.44%
BLUE value IS 83 (32.81% from 255) = 23.85%
R=24.71%
G=51.44%
B=23.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal86179830.5200.540.30118.1238.7151.37
Hex56B353340361E762733
Octal12626312364066361664763
Binary10101101011001110100111101000110110111101110110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56b353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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