#57975D

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

Shades of Fruit Salad #57975D

Tints of Fruit Salad #57975D

Color information

#57975D (or 0x57975D) is unknown color: approx Fruit Salad. HEX triplet: 57, 97 and 5D. RGB value is (87,151,93). Sum of RGB (Red+Green+Blue) = 87+151+93=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #57975D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57975D is #A868A2. Grayscale: #7D7D7D. Windows color (decimal): -11036835 or 6133591. OLE color: 6133591.

HSL color Cylindrical-coordinate representation of color #57975D: hue angle of 125.62º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #57975D is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB8715193-
CMYK0.4200.380.41
HSL125.62º26.89%46.67%-
HSV(B)125.62º42.38%59.22%-
XYZ16.9724.9514.28-
YUV125.25109.8100.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.28%
GREEN value IS 151 (59.38% from 255) = 45.62%
BLUE value IS 93 (36.72% from 255) = 28.10%
R=26.28%
G=45.62%
B=28.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal87151930.4200.380.41125.6226.8946.67
Hex57975D2A026297e1b2f
Octal12722713552046511763357
Binary10101111001011110111011010100100110101001111111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57975D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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