#519356

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

Shades of Fruit Salad #519356

Tints of Fruit Salad #519356

Color information

#519356 (or 0x519356) is unknown color: approx Fruit Salad. HEX triplet: 51, 93 and 56. RGB value is (81,147,86). Sum of RGB (Red+Green+Blue) = 81+147+86=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 147 - color contains mainly: green. Hex color #519356 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519356 is #AE6CA9. Grayscale: #787878. Windows color (decimal): -11431082 or 5673809. OLE color: 5673809.

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

Color convert

RGB8114786-
CMYK0.4500.410.42
HSL124.55º28.95%44.71%-
HSV(B)124.55º44.9%57.65%-
XYZ15.5123.2912.48-
YUV120.31108.6399.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.80%
GREEN value IS 147 (57.81% from 255) = 46.82%
BLUE value IS 86 (33.98% from 255) = 27.39%
R=25.80%
G=46.82%
B=27.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81147860.4500.410.42124.5528.9544.71
Hex5193562D0292A7d1d2d
Octal12122312655051521753555
Binary10100011001001110101101011010101001101010111110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519356; }

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

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

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

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

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

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

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

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