#519057

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

Shades of Fruit Salad #519057

Tints of Fruit Salad #519057

Color information

#519057 (or 0x519057) is unknown color: approx Fruit Salad. HEX triplet: 51, 90 and 57. RGB value is (81,144,87). Sum of RGB (Red+Green+Blue) = 81+144+87=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 87 (34.38% from 255 or 27.88% from 312); Max value from RGB is 144 - color contains mainly: green. Hex color #519057 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519057 is #AE6FA8. Grayscale: #767676. Windows color (decimal): -11431849 or 5738577. OLE color: 5738577.

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

Color convert

RGB8114487-
CMYK0.4400.400.44
HSL125.71º28%44.12%-
HSV(B)125.71º43.75%56.47%-
XYZ15.0922.3812.54-
YUV118.66110.13101.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.96%
GREEN value IS 144 (56.64% from 255) = 46.15%
BLUE value IS 87 (34.38% from 255) = 27.88%
R=25.96%
G=46.15%
B=27.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81144870.4400.400.44125.712844.12
Hex5190572C0282C7e1c2c
Octal12122012754050541763454
Binary10100011001000010101111011000101000101100111111011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519057; }

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

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

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

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

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

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

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

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