#57945E

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

Shades of Fruit Salad #57945E

Tints of Fruit Salad #57945E

Color information

#57945E (or 0x57945E) is unknown color: approx Fruit Salad. HEX triplet: 57, 94 and 5E. RGB value is (87,148,94). Sum of RGB (Red+Green+Blue) = 87+148+94=329 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.44% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #57945E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57945E is #A86BA1. Grayscale: #7B7B7B. Windows color (decimal): -11037602 or 6198359. OLE color: 6198359.

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

Color convert

RGB8714894-
CMYK0.4100.360.42
HSL126.89º25.96%46.08%-
HSV(B)126.89º41.22%58.04%-
XYZ16.5424.0114.35-
YUV123.6111.29101.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.44%
GREEN value IS 148 (58.20% from 255) = 44.98%
BLUE value IS 94 (37.11% from 255) = 28.57%
R=26.44%
G=44.98%
B=28.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87148940.4100.360.42126.8925.9646.08
Hex57945E290242A7f1a2e
Octal12722413651044521773256
Binary10101111001010010111101010010100100101010111111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57945E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57945E; }

 p { color: rgb(87,148,94); }

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

<style>
 a { background-color: #57945E; }

 a { background-color: rgb(87,148,94); }

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

<style>
 span { border-color: #57945E; }

 span { border-color: rgb(87,148,94); }

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