#56985D

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

Shades of Fruit Salad #56985D

Tints of Fruit Salad #56985D

Color information

#56985D (or 0x56985D) is unknown color: approx Fruit Salad. HEX triplet: 56, 98 and 5D. RGB value is (86,152,93). Sum of RGB (Red+Green+Blue) = 86+152+93=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #56985D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56985D is #A967A2. Grayscale: #7D7D7D. Windows color (decimal): -11102115 or 6133846. OLE color: 6133846.

HSL color Cylindrical-coordinate representation of color #56985D: hue angle of 126.36º 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 #56985D is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB8615293-
CMYK0.4300.390.40
HSL126.36º27.73%46.67%-
HSV(B)126.36º43.42%59.61%-
XYZ17.0425.2314.33-
YUV125.54109.6399.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.98%
GREEN value IS 152 (59.77% from 255) = 45.92%
BLUE value IS 93 (36.72% from 255) = 28.10%
R=25.98%
G=45.92%
B=28.10%

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
Decimal86152930.4300.390.40126.3627.7346.67
Hex56985D2B027287e1c2f
Octal12623013553047501763457
Binary10101101001100010111011010110100111101000111111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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