#56955F

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

Shades of Fruit Salad #56955F

Tints of Fruit Salad #56955F

Color information

#56955F (or 0x56955F) is unknown color: approx Fruit Salad. HEX triplet: 56, 95 and 5F. RGB value is (86,149,95). Sum of RGB (Red+Green+Blue) = 86+149+95=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #56955F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56955F is #A96AA0. Grayscale: #7C7C7C. Windows color (decimal): -11102881 or 6264150. OLE color: 6264150.

HSL color Cylindrical-coordinate representation of color #56955F: hue angle of 128.57º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #56955F is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB8614995-
CMYK0.4200.360.42
HSL128.57º26.81%46.08%-
HSV(B)128.57º42.28%58.43%-
XYZ16.6524.314.64-
YUV124.01111.63100.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.06%
GREEN value IS 149 (58.59% from 255) = 45.15%
BLUE value IS 95 (37.5% from 255) = 28.79%
R=26.06%
G=45.15%
B=28.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86149950.4200.360.42128.5726.8146.08
Hex56955F2A0242A811b2e
Octal12622513752044522013356
Binary101011010010101101111110101001001001010101000000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56955F; }

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

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

<style>
 a { background-color: #56955F; }

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

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

<style>
 span { border-color: #56955F; }

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

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