#519156

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

Shades of Fruit Salad #519156

Tints of Fruit Salad #519156

Color information

#519156 (or 0x519156) is unknown color: approx Fruit Salad. HEX triplet: 51, 91 and 56. RGB value is (81,145,86). Sum of RGB (Red+Green+Blue) = 81+145+86=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #519156 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519156 is #AE6EA9. Grayscale: #777777. Windows color (decimal): -11431594 or 5673297. OLE color: 5673297.

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

Color convert

RGB8114586-
CMYK0.4400.410.43
HSL124.69º28.32%44.31%-
HSV(B)124.69º44.14%56.86%-
XYZ15.222.6712.38-
YUV119.14109.3100.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.96%
GREEN value IS 145 (57.03% from 255) = 46.47%
BLUE value IS 86 (33.98% from 255) = 27.56%
R=25.96%
G=46.47%
B=27.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81145860.4400.410.43124.6928.3244.31
Hex5191562C0292B7d1c2c
Octal12122112654051531753454
Binary10100011001000110101101011000101001101011111110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519156; }

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

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

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

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

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

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

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

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