#519C50

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

Shades of Fruit Salad #519C50

Tints of Fruit Salad #519C50

Color information

#519C50 (or 0x519C50) is unknown color: approx Fruit Salad. HEX triplet: 51, 9C and 50. RGB value is (81,156,80). Sum of RGB (Red+Green+Blue) = 81+156+80=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 156 (61.33% from 255 or 49.21% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 156 - color contains mainly: green. Hex color #519C50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519C50 is #AE63AF. Grayscale: #7D7D7D. Windows color (decimal): -11428784 or 5282897. OLE color: 5282897.

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

Color convert

RGB8115680-
CMYK0.4800.490.39
HSL119.21º32.2%46.27%-
HSV(B)119.21º48.72%61.18%-
XYZ16.7326.1111.75-
YUV124.91102.6596.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.55%
GREEN value IS 156 (61.33% from 255) = 49.21%
BLUE value IS 80 (31.64% from 255) = 25.24%
R=25.55%
G=49.21%
B=25.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81156800.4800.490.39119.2132.246.27
Hex519C50300312777202e
Octal12123412060061471674056
Binary101000110011100101000011000001100011001111110111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,156,80); }

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

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

 a { background-color: rgb(81,156,80); }

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

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

 span { border-color: rgb(81,156,80); }

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