#56A95A

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

Shades of Fruit Salad #56A95A

Tints of Fruit Salad #56A95A

Color information

#56A95A (or 0x56A95A) is unknown color: approx Fruit Salad. HEX triplet: 56, A9 and 5A. RGB value is (86,169,90). Sum of RGB (Red+Green+Blue) = 86+169+90=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 169 (66.41% from 255 or 48.99% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 169 - color contains mainly: green. Hex color #56A95A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A95A is #A956A5. Grayscale: #878787. Windows color (decimal): -11097766 or 5941590. OLE color: 5941590.

HSL color Cylindrical-coordinate representation of color #56A95A: hue angle of 122.89º 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 #56A95A is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB8616990-
CMYK0.4900.470.34
HSL122.89º32.55%50%-
HSV(B)122.89º49.11%66.27%-
XYZ19.8731.0914.63-
YUV135.18102.592.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.93%
GREEN value IS 169 (66.41% from 255) = 48.99%
BLUE value IS 90 (35.55% from 255) = 26.09%
R=24.93%
G=48.99%
B=26.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal86169900.4900.470.34122.8932.5550
Hex56A95A3102F227b2132
Octal12625113261057421734162
Binary101011010101001101101011000101011111000101111011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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