#518F57

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

Shades of Fruit Salad #518F57

Tints of Fruit Salad #518F57

Color information

#518F57 (or 0x518F57) is unknown color: approx Fruit Salad. HEX triplet: 51, 8F and 57. RGB value is (81,143,87). Sum of RGB (Red+Green+Blue) = 81+143+87=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 143 (56.25% from 255 or 45.98% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 143 - color contains mainly: green. Hex color #518F57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518F57 is #AE70A8. Grayscale: #767676. Windows color (decimal): -11432105 or 5738321. OLE color: 5738321.

HSL color Cylindrical-coordinate representation of color #518F57: hue angle of 125.81º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #518F57 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB8114387-
CMYK0.4300.390.44
HSL125.81º27.68%43.92%-
HSV(B)125.81º43.36%56.08%-
XYZ14.9422.0812.49-
YUV118.08110.46101.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.05%
GREEN value IS 143 (56.25% from 255) = 45.98%
BLUE value IS 87 (34.38% from 255) = 27.97%
R=26.05%
G=45.98%
B=27.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81143870.4300.390.44125.8127.6843.92
Hex518F572B0272C7e1c2c
Octal12121712753047541763454
Binary10100011000111110101111010110100111101100111111011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518F57; }

 p { color: rgb(81,143,87); }

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

<style>
 a { background-color: #518F57; }

 a { background-color: rgb(81,143,87); }

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

<style>
 span { border-color: #518F57; }

 span { border-color: rgb(81,143,87); }

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