#56AA4B

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

Shades of Fruit Salad #56AA4B

Tints of Fruit Salad #56AA4B

Color information

#56AA4B (or 0x56AA4B) is unknown color: approx Fruit Salad. HEX triplet: 56, AA and 4B. RGB value is (86,170,75). Sum of RGB (Red+Green+Blue) = 86+170+75=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #56AA4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56AA4B is #A955B4. Grayscale: #868686. Windows color (decimal): -11097525 or 4958806. OLE color: 4958806.

HSL color Cylindrical-coordinate representation of color #56AA4B: hue angle of 113.05º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56AA4B is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB8617075-
CMYK0.4900.560.33
HSL113.05º38.78%48.04%-
HSV(B)113.05º55.88%66.67%-
XYZ19.4831.2411.66-
YUV134.0594.6793.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.98%
GREEN value IS 170 (66.80% from 255) = 51.36%
BLUE value IS 75 (29.69% from 255) = 22.66%
R=25.98%
G=51.36%
B=22.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86170750.4900.560.33113.0538.7848.04
Hex56AA4B3103821712730
Octal12625211361070411614760
Binary101011010101010100101111000101110001000011110001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,170,75); }

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

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

 a { background-color: rgb(86,170,75); }

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

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

 span { border-color: rgb(86,170,75); }

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