#56985C

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

Shades of Fruit Salad #56985C

Tints of Fruit Salad #56985C

Color information

#56985C (or 0x56985C) is unknown color: approx Fruit Salad. HEX triplet: 56, 98 and 5C. RGB value is (86,152,92). Sum of RGB (Red+Green+Blue) = 86+152+92=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #56985C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56985C is #A967A3. Grayscale: #7D7D7D. Windows color (decimal): -11102116 or 6068310. OLE color: 6068310.

HSL color Cylindrical-coordinate representation of color #56985C: hue angle of 125.45º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56985C is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB8615292-
CMYK0.4300.390.40
HSL125.45º27.73%46.67%-
HSV(B)125.45º43.42%59.61%-
XYZ1725.2114.09-
YUV125.43109.1399.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.06%
GREEN value IS 152 (59.77% from 255) = 46.06%
BLUE value IS 92 (36.33% from 255) = 27.88%
R=26.06%
G=46.06%
B=27.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal86152920.4300.390.40125.4527.7346.67
Hex56985C2B027287d1c2f
Octal12623013453047501753457
Binary10101101001100010111001010110100111101000111110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56985C; }

 p { color: rgb(86,152,92); }

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

<style>
 a { background-color: #56985C; }

 a { background-color: rgb(86,152,92); }

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

<style>
 span { border-color: #56985C; }

 span { border-color: rgb(86,152,92); }

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