#519B44

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

Shades of Fruit Salad #519B44

Tints of Fruit Salad #519B44

Color information

#519B44 (or 0x519B44) is unknown color: approx Fruit Salad. HEX triplet: 51, 9B and 44. RGB value is (81,155,68). Sum of RGB (Red+Green+Blue) = 81+155+68=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 155 (60.94% from 255 or 50.99% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 155 - color contains mainly: green. Hex color #519B44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519B44 is #AE64BB. Grayscale: #7B7B7B. Windows color (decimal): -11429052 or 4496209. OLE color: 4496209.

HSL color Cylindrical-coordinate representation of color #519B44: hue angle of 111.03º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #519B44 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.

Color convert

RGB8115568-
CMYK0.4800.560.39
HSL111.03º39.01%43.73%-
HSV(B)111.03º56.13%60.78%-
XYZ16.1625.619.56-
YUV122.9696.9898.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.64%
GREEN value IS 155 (60.94% from 255) = 50.99%
BLUE value IS 68 (26.95% from 255) = 22.37%
R=26.64%
G=50.99%
B=22.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81155680.4800.560.39111.0339.0143.73
Hex519B4430038276f272c
Octal12123310460070471574754
Binary101000110011011100010011000001110001001111101111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519B44; }

 p { color: rgb(81,155,68); }

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

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

 a { background-color: rgb(81,155,68); }

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

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

 span { border-color: rgb(81,155,68); }

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