#518D56

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

Shades of Fruit Salad #518D56

Tints of Fruit Salad #518D56

Color information

#518D56 (or 0x518D56) is unknown color: approx Fruit Salad. HEX triplet: 51, 8D and 56. RGB value is (81,141,86). Sum of RGB (Red+Green+Blue) = 81+141+86=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 141 - color contains mainly: green. Hex color #518D56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518D56 is #AE72A9. Grayscale: #747474. Windows color (decimal): -11432618 or 5672273. OLE color: 5672273.

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

Color convert

RGB8114186-
CMYK0.4300.390.45
HSL125º27.03%43.53%-
HSV(B)125º42.55%55.29%-
XYZ14.621.4712.18-
YUV116.79110.62102.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.30%
GREEN value IS 141 (55.47% from 255) = 45.78%
BLUE value IS 86 (33.98% from 255) = 27.92%
R=26.30%
G=45.78%
B=27.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81141860.4300.390.4512527.0343.53
Hex518D562B0272D7d1b2c
Octal12121512653047551753354
Binary10100011000110110101101010110100111101101111110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,141,86); }

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

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

 a { background-color: rgb(81,141,86); }

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

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

 span { border-color: rgb(81,141,86); }

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