#518E55

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

Shades of Fruit Salad #518E55

Tints of Fruit Salad #518E55

Color information

#518E55 (or 0x518E55) is unknown color: approx Fruit Salad. HEX triplet: 51, 8E and 55. RGB value is (81,142,85). Sum of RGB (Red+Green+Blue) = 81+142+85=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 142 (55.86% from 255 or 46.10% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 142 - color contains mainly: green. Hex color #518E55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518E55 is #AE71AA. Grayscale: #757575. Windows color (decimal): -11432363 or 5606993. OLE color: 5606993.

HSL color Cylindrical-coordinate representation of color #518E55: hue angle of 123.93º degrees, saturation: 0.27, 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 #518E55 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB8114285-
CMYK0.4300.400.44
HSL123.93º27.35%43.73%-
HSV(B)123.93º42.96%55.69%-
XYZ14.7121.7512.02-
YUV117.26109.79102.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.30%
GREEN value IS 142 (55.86% from 255) = 46.10%
BLUE value IS 85 (33.59% from 255) = 27.60%
R=26.30%
G=46.10%
B=27.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81142850.4300.400.44123.9327.3543.73
Hex518E552B0282C7c1b2c
Octal12121612553050541743354
Binary10100011000111010101011010110101000101100111110011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,142,85); }

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

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

 a { background-color: rgb(81,142,85); }

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

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

 span { border-color: rgb(81,142,85); }

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