#56A95F

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

Shades of Fruit Salad #56A95F

Tints of Fruit Salad #56A95F

Color information

#56A95F (or 0x56A95F) is unknown color: approx Fruit Salad. HEX triplet: 56, A9 and 5F. RGB value is (86,169,95). Sum of RGB (Red+Green+Blue) = 86+169+95=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 169 (66.41% from 255 or 48.29% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 169 - color contains mainly: green. Hex color #56A95F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A95F is #A956A0. Grayscale: #878787. Windows color (decimal): -11097761 or 6269270. OLE color: 6269270.

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

Color convert

RGB8616995-
CMYK0.4900.440.34
HSL126.51º32.55%50%-
HSV(B)126.51º49.11%66.27%-
XYZ20.0931.1815.79-
YUV135.7510592.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.57%
GREEN value IS 169 (66.41% from 255) = 48.29%
BLUE value IS 95 (37.5% from 255) = 27.14%
R=24.57%
G=48.29%
B=27.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal86169950.4900.440.34126.5132.5550
Hex56A95F3102C227f2132
Octal12625113761054421774162
Binary101011010101001101111111000101011001000101111111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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