#57955C

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

Shades of Fruit Salad #57955C

Tints of Fruit Salad #57955C

Color information

#57955C (or 0x57955C) is unknown color: approx Fruit Salad. HEX triplet: 57, 95 and 5C. RGB value is (87,149,92). Sum of RGB (Red+Green+Blue) = 87+149+92=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #57955C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57955C is #A86AA3. Grayscale: #7C7C7C. Windows color (decimal): -11037348 or 6067543. OLE color: 6067543.

HSL color Cylindrical-coordinate representation of color #57955C: hue angle of 124.84º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #57955C is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB8714992-
CMYK0.4200.380.42
HSL124.84º26.27%46.27%-
HSV(B)124.84º41.61%58.43%-
XYZ16.6124.2913.94-
YUV123.96109.96101.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.52%
GREEN value IS 149 (58.59% from 255) = 45.43%
BLUE value IS 92 (36.33% from 255) = 28.05%
R=26.52%
G=45.43%
B=28.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87149920.4200.380.42124.8426.2746.27
Hex57955C2A0262A7d1a2e
Octal12722513452046521753256
Binary10101111001010110111001010100100110101010111110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57955C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,149,92); }

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

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

 a { background-color: rgb(87,149,92); }

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

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

 span { border-color: rgb(87,149,92); }

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