#519F56

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

Shades of Fruit Salad #519F56

Tints of Fruit Salad #519F56

Color information

#519F56 (or 0x519F56) is unknown color: approx Fruit Salad. HEX triplet: 51, 9F and 56. RGB value is (81,159,86). Sum of RGB (Red+Green+Blue) = 81+159+86=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 159 (62.5% from 255 or 48.77% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 159 - color contains mainly: green. Hex color #519F56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519F56 is #AE60A9. Grayscale: #7F7F7F. Windows color (decimal): -11428010 or 5676881. OLE color: 5676881.

HSL color Cylindrical-coordinate representation of color #519F56: hue angle of 123.85º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #519F56 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB8115986-
CMYK0.4900.460.38
HSL123.85º32.5%47.06%-
HSV(B)123.85º49.06%62.35%-
XYZ17.4727.2213.14-
YUV127.36104.6694.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.85%
GREEN value IS 159 (62.5% from 255) = 48.77%
BLUE value IS 86 (33.98% from 255) = 26.38%
R=24.85%
G=48.77%
B=26.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81159860.4900.460.38123.8532.547.06
Hex519F563102E267c202f
Octal12123712661056461744057
Binary101000110011111101011011000101011101001101111100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519F56; }

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

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

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

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

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

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

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

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