#519445

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

Shades of Fruit Salad #519445

Tints of Fruit Salad #519445

Color information

#519445 (or 0x519445) is unknown color: approx Fruit Salad. HEX triplet: 51, 94 and 45. RGB value is (81,148,69). Sum of RGB (Red+Green+Blue) = 81+148+69=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #519445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519445 is #AE6BBA. Grayscale: #777777. Windows color (decimal): -11430843 or 4559953. OLE color: 4559953.

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

Color convert

RGB8114869-
CMYK0.4500.530.42
HSL110.89º36.41%42.55%-
HSV(B)110.89º53.38%58.04%-
XYZ15.0623.369.35-
YUV118.9699.8100.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.18%
GREEN value IS 148 (58.20% from 255) = 49.66%
BLUE value IS 69 (27.34% from 255) = 23.15%
R=27.18%
G=49.66%
B=23.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81148690.4500.530.42110.8936.4142.55
Hex5194452D0352A6f242b
Octal12122410555065521574453
Binary101000110010100100010110110101101011010101101111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519445; }

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

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

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

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

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

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

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

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