#519250

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

Shades of Fruit Salad #519250

Tints of Fruit Salad #519250

Color information

#519250 (or 0x519250) is unknown color: approx Fruit Salad. HEX triplet: 51, 92 and 50. RGB value is (81,146,80). Sum of RGB (Red+Green+Blue) = 81+146+80=307 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.38% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 146 - color contains mainly: green. Hex color #519250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519250 is #AE6DAF. Grayscale: #777777. Windows color (decimal): -11431344 or 5280337. OLE color: 5280337.

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

Color convert

RGB8114680-
CMYK0.4500.450.43
HSL119.09º29.2%44.31%-
HSV(B)119.09º45.21%57.25%-
XYZ15.1222.8911.21-
YUV119.04105.97100.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.38%
GREEN value IS 146 (57.42% from 255) = 47.56%
BLUE value IS 80 (31.64% from 255) = 26.06%
R=26.38%
G=47.56%
B=26.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81146800.4500.450.43119.0929.244.31
Hex5192502D02D2B771d2c
Octal12122212055055531673554
Binary10100011001001010100001011010101101101011111011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519250; }

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

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

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

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

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

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

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

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