#519758

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

Shades of Fruit Salad #519758

Tints of Fruit Salad #519758

Color information

#519758 (or 0x519758) is unknown color: approx Fruit Salad. HEX triplet: 51, 97 and 58. RGB value is (81,151,88). Sum of RGB (Red+Green+Blue) = 81+151+88=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 151 (59.38% from 255 or 47.19% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 151 - color contains mainly: green. Hex color #519758 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519758 is #AE68A7. Grayscale: #7B7B7B. Windows color (decimal): -11430056 or 5805905. OLE color: 5805905.

HSL color Cylindrical-coordinate representation of color #519758: hue angle of 126º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #519758 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB8115188-
CMYK0.4600.420.41
HSL126º30.17%45.49%-
HSV(B)126º46.36%59.22%-
XYZ16.2224.5913.12-
YUV122.89108.3198.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.31%
GREEN value IS 151 (59.38% from 255) = 47.19%
BLUE value IS 88 (34.77% from 255) = 27.5%
R=25.31%
G=47.19%
B=27.5%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81151880.4600.420.4112630.1745.49
Hex5197582E02A297e1e2d
Octal12122713056052511763655
Binary10100011001011110110001011100101010101001111111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519758; }

 p { color: rgb(81,151,88); }

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

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

 a { background-color: rgb(81,151,88); }

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

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

 span { border-color: rgb(81,151,88); }

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