#519850

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

Shades of Fruit Salad #519850

Tints of Fruit Salad #519850

Color information

#519850 (or 0x519850) is unknown color: approx Fruit Salad. HEX triplet: 51, 98 and 50. RGB value is (81,152,80). Sum of RGB (Red+Green+Blue) = 81+152+80=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #519850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519850 is #AE67AF. Grayscale: #7A7A7A. Windows color (decimal): -11429808 or 5281873. OLE color: 5281873.

HSL color Cylindrical-coordinate representation of color #519850: hue angle of 119.17º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519850 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB8115280-
CMYK0.4700.470.40
HSL119.17º31.03%45.49%-
HSV(B)119.17º47.37%59.61%-
XYZ16.0724.7811.53-
YUV122.56103.9898.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.88%
GREEN value IS 152 (59.77% from 255) = 48.56%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=25.88%
G=48.56%
B=25.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81152800.4700.470.40119.1731.0345.49
Hex5198502F02F28771f2d
Octal12123012057057501673755
Binary10100011001100010100001011110101111101000111011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519850; }

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

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

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

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

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

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

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

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