#519650

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

Shades of Fruit Salad #519650

Tints of Fruit Salad #519650

Color information

#519650 (or 0x519650) is unknown color: approx Fruit Salad. HEX triplet: 51, 96 and 50. RGB value is (81,150,80). Sum of RGB (Red+Green+Blue) = 81+150+80=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 150 - color contains mainly: green. Hex color #519650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519650 is #AE69AF. Grayscale: #797979. Windows color (decimal): -11430320 or 5281361. OLE color: 5281361.

HSL color Cylindrical-coordinate representation of color #519650: hue angle of 119.14º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519650 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB8115080-
CMYK0.4600.470.41
HSL119.14º30.43%45.1%-
HSV(B)119.14º46.67%58.82%-
XYZ15.7524.1411.42-
YUV121.39104.6499.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.05%
GREEN value IS 150 (58.98% from 255) = 48.23%
BLUE value IS 80 (31.64% from 255) = 25.72%
R=26.05%
G=48.23%
B=25.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81150800.4600.470.41119.1430.4345.1
Hex5196502E02F29771e2d
Octal12122612056057511673655
Binary10100011001011010100001011100101111101001111011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519650; }

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

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

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

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

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

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

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

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