#57A364

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

Shades of Fruit Salad #57A364

Tints of Fruit Salad #57A364

Color information

#57A364 (or 0x57A364) is unknown color: approx Fruit Salad. HEX triplet: 57, A3 and 64. RGB value is (87,163,100). Sum of RGB (Red+Green+Blue) = 87+163+100=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 163 (64.06% from 255 or 46.57% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 163 - color contains mainly: green. Hex color #57A364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A364 is #A85C9B. Grayscale: #858585. Windows color (decimal): -11033756 or 6595415. OLE color: 6595415.

HSL color Cylindrical-coordinate representation of color #57A364: hue angle of 130.26º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57A364 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB87163100-
CMYK0.4700.390.36
HSL130.26º30.4%49.02%-
HSV(B)130.26º46.63%63.92%-
XYZ19.3329.1416.66-
YUV133.09109.3295.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.86%
GREEN value IS 163 (64.06% from 255) = 46.57%
BLUE value IS 100 (39.45% from 255) = 28.57%
R=24.86%
G=46.57%
B=28.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal871631000.4700.390.36130.2630.449.02
Hex57A3642F02724821e31
Octal12724314457047442023661
Binary101011110100011110010010111101001111001001000001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57A364; }

 p { color: rgb(87,163,100); }

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

<style>
 a { background-color: #57A364; }

 a { background-color: rgb(87,163,100); }

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

<style>
 span { border-color: #57A364; }

 span { border-color: rgb(87,163,100); }

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