#519B50

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

Shades of Fruit Salad #519B50

Tints of Fruit Salad #519B50

Color information

#519B50 (or 0x519B50) is unknown color: approx Fruit Salad. HEX triplet: 51, 9B and 50. RGB value is (81,155,80). Sum of RGB (Red+Green+Blue) = 81+155+80=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 155 (60.94% from 255 or 49.05% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 155 - color contains mainly: green. Hex color #519B50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519B50 is #AE64AF. Grayscale: #7C7C7C. Windows color (decimal): -11429040 or 5282641. OLE color: 5282641.

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

Color convert

RGB8115580-
CMYK0.4800.480.39
HSL119.2º31.91%46.08%-
HSV(B)119.2º48.39%60.78%-
XYZ16.5625.7711.69-
YUV124.32102.9897.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.63%
GREEN value IS 155 (60.94% from 255) = 49.05%
BLUE value IS 80 (31.64% from 255) = 25.32%
R=25.63%
G=49.05%
B=25.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81155800.4800.480.39119.231.9146.08
Hex519B50300302777202e
Octal12123312060060471674056
Binary101000110011011101000011000001100001001111110111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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