#57985B

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

Shades of Fruit Salad #57985B

Tints of Fruit Salad #57985B

Color information

#57985B (or 0x57985B) is unknown color: approx Fruit Salad. HEX triplet: 57, 98 and 5B. RGB value is (87,152,91). Sum of RGB (Red+Green+Blue) = 87+152+91=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #57985B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57985B is #A867A4. Grayscale: #7D7D7D. Windows color (decimal): -11036581 or 6002775. OLE color: 6002775.

HSL color Cylindrical-coordinate representation of color #57985B: hue angle of 123.69º degrees, saturation: 0.27, 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 #57985B is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB8715291-
CMYK0.4300.400.40
HSL123.69º27.2%46.86%-
HSV(B)123.69º42.76%59.61%-
XYZ17.0525.2413.87-
YUV125.61108.47100.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.36%
GREEN value IS 152 (59.77% from 255) = 46.06%
BLUE value IS 91 (35.94% from 255) = 27.58%
R=26.36%
G=46.06%
B=27.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal87152910.4300.400.40123.6927.246.86
Hex57985B2B028287c1b2f
Octal12723013353050501743357
Binary10101111001100010110111010110101000101000111110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57985B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57985B; }

 p { color: rgb(87,152,91); }

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

<style>
 a { background-color: #57985B; }

 a { background-color: rgb(87,152,91); }

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

<style>
 span { border-color: #57985B; }

 span { border-color: rgb(87,152,91); }

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