#519448

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

Shades of Fruit Salad #519448

Tints of Fruit Salad #519448

Color information

#519448 (or 0x519448) is unknown color: approx Fruit Salad. HEX triplet: 51, 94 and 48. RGB value is (81,148,72). Sum of RGB (Red+Green+Blue) = 81+148+72=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #519448 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519448 is #AE6BB7. Grayscale: #777777. Windows color (decimal): -11430840 or 4756561. OLE color: 4756561.

HSL color Cylindrical-coordinate representation of color #519448: hue angle of 112.89º degrees, saturation: 0.35, 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 #519448 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB8114872-
CMYK0.4500.510.42
HSL112.89º34.55%43.14%-
HSV(B)112.89º51.35%58.04%-
XYZ15.1523.49.85-
YUV119.3101.3100.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.91%
GREEN value IS 148 (58.20% from 255) = 49.17%
BLUE value IS 72 (28.52% from 255) = 23.92%
R=26.91%
G=49.17%
B=23.92%

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
Decimal81148720.4500.510.42112.8934.5543.14
Hex5194482D0332A71232b
Octal12122411055063521614353
Binary101000110010100100100010110101100111010101110001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519448; }

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

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

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

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

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

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

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

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