#519749

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

Shades of Fruit Salad #519749

Tints of Fruit Salad #519749

Color information

#519749 (or 0x519749) is unknown color: approx Fruit Salad. HEX triplet: 51, 97 and 49. RGB value is (81,151,73). Sum of RGB (Red+Green+Blue) = 81+151+73=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #519749 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519749 is #AE68B6. Grayscale: #797979. Windows color (decimal): -11430071 or 4822865. OLE color: 4822865.

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

Color convert

RGB8115173-
CMYK0.4600.520.41
HSL113.85º34.82%43.92%-
HSV(B)113.85º51.66%59.22%-
XYZ15.6624.3610.18-
YUV121.18100.8199.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.56%
GREEN value IS 151 (59.38% from 255) = 49.51%
BLUE value IS 73 (28.91% from 255) = 23.93%
R=26.56%
G=49.51%
B=23.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81151730.4600.520.41113.8534.8243.92
Hex5197492E0342972232c
Octal12122711156064511624354
Binary101000110010111100100110111001101001010011110010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519749; }

 p { color: rgb(81,151,73); }

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

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

 a { background-color: rgb(81,151,73); }

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

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

 span { border-color: rgb(81,151,73); }

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