#56a95b

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

Shades of Fruit Salad #56A95B

Tints of Fruit Salad #56A95B

Color information

#56A95B (or 0x56A95B) is unknown color: approx Fruit Salad. HEX triplet: 56, A9 and 5B. RGB value is (86,169,91). Sum of RGB (Red+Green+Blue) = 86+169+91=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 169 (66.41% from 255 or 48.84% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 169 - color contains mainly: green. Hex color #56A95B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A95B is #A956A4. Grayscale: #878787. Windows color (decimal): -11097765 or 6007126. OLE color: 6007126.

HSL color Cylindrical-coordinate representation of color #56A95B: hue angle of 123.61º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56A95B is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB8616991-
CMYK0.4900.460.34
HSL123.61º32.55%50%-
HSV(B)123.61º49.11%66.27%-
XYZ19.9131.1114.85-
YUV135.2910392.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.86%
GREEN value IS 169 (66.41% from 255) = 48.84%
BLUE value IS 91 (35.94% from 255) = 26.30%
R=24.86%
G=48.84%
B=26.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal86169910.4900.460.34123.6132.5550
Hex56A95B3102E227c2132
Octal12625113361056421744162
Binary101011010101001101101111000101011101000101111100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56a95b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,169,91); }

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

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

 a { background-color: rgb(86,169,91); }

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

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

 span { border-color: rgb(86,169,91); }

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