#519348

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

Shades of Fruit Salad #519348

Tints of Fruit Salad #519348

Color information

#519348 (or 0x519348) is unknown color: approx Fruit Salad. HEX triplet: 51, 93 and 48. RGB value is (81,147,72). Sum of RGB (Red+Green+Blue) = 81+147+72=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #519348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519348 is #AE6CB7. Grayscale: #767676. Windows color (decimal): -11431096 or 4756305. OLE color: 4756305.

HSL color Cylindrical-coordinate representation of color #519348: hue angle of 112.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #519348 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB8114772-
CMYK0.4500.510.42
HSL112.8º34.25%42.94%-
HSV(B)112.8º51.02%57.65%-
XYZ1523.089.8-
YUV118.72101.63101.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27%
GREEN value IS 147 (57.81% from 255) = 49%
BLUE value IS 72 (28.52% from 255) = 24%
R=27%
G=49%
B=24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81147720.4500.510.42112.834.2542.94
Hex5193482D0332A71222b
Octal12122311055063521614253
Binary101000110010011100100010110101100111010101110001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519348; }

 p { color: rgb(81,147,72); }

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

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

 a { background-color: rgb(81,147,72); }

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

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

 span { border-color: rgb(81,147,72); }

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