#57995D

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

Shades of Fruit Salad #57995D

Tints of Fruit Salad #57995D

Color information

#57995D (or 0x57995D) is unknown color: approx Fruit Salad. HEX triplet: 57, 99 and 5D. RGB value is (87,153,93). Sum of RGB (Red+Green+Blue) = 87+153+93=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #57995D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57995D is #A866A2. Grayscale: #7E7E7E. Windows color (decimal): -11036323 or 6134103. OLE color: 6134103.

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

Color convert

RGB8715393-
CMYK0.4300.390.4
HSL125.45º27.5%47.06%-
HSV(B)125.45º43.14%60%-
XYZ17.325.614.39-
YUV126.43109.1399.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.13%
GREEN value IS 153 (60.16% from 255) = 45.95%
BLUE value IS 93 (36.72% from 255) = 27.93%
R=26.13%
G=45.95%
B=27.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal87153930.4300.390.4125.4527.547.06
Hex57995D2B027287d1c2f
Octal12723113553047501753457
Binary10101111001100110111011010110100111101000111110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,153,93); }

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

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

 a { background-color: rgb(87,153,93); }

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

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

 span { border-color: rgb(87,153,93); }

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