#56A34E

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

Shades of Fruit Salad #56A34E

Tints of Fruit Salad #56A34E

Color information

#56A34E (or 0x56A34E) is unknown color: approx Fruit Salad. HEX triplet: 56, A3 and 4E. RGB value is (86,163,78). Sum of RGB (Red+Green+Blue) = 86+163+78=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 163 (64.06% from 255 or 49.85% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 163 - color contains mainly: green. Hex color #56A34E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A34E is #A95CB1. Grayscale: #828282. Windows color (decimal): -11099314 or 5153622. OLE color: 5153622.

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

Color convert

RGB8616378-
CMYK0.4700.520.36
HSL114.35º35.27%47.25%-
HSV(B)114.35º52.15%63.92%-
XYZ18.3128.7211.79-
YUV130.2998.4996.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.30%
GREEN value IS 163 (64.06% from 255) = 49.85%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=26.30%
G=49.85%
B=23.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal86163780.4700.520.36114.3535.2747.25
Hex56A34E2F0342472232f
Octal12624311657064441624357
Binary101011010100011100111010111101101001001001110010100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,163,78); }

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

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

 a { background-color: rgb(86,163,78); }

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

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

 span { border-color: rgb(86,163,78); }

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