#519940

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

Shades of Fruit Salad #519940

Tints of Fruit Salad #519940

Color information

#519940 (or 0x519940) is unknown color: approx Fruit Salad. HEX triplet: 51, 99 and 40. RGB value is (81,153,64). Sum of RGB (Red+Green+Blue) = 81+153+64=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #519940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519940 is #AE66BF. Grayscale: #797979. Windows color (decimal): -11429568 or 4233553. OLE color: 4233553.

HSL color Cylindrical-coordinate representation of color #519940: hue angle of 108.54º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #519940 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB8115364-
CMYK0.4700.580.4
HSL108.54º41.01%42.55%-
HSV(B)108.54º58.17%60%-
XYZ15.7124.98.83-
YUV121.3395.6599.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.18%
GREEN value IS 153 (60.16% from 255) = 51.34%
BLUE value IS 64 (25.39% from 255) = 21.48%
R=27.18%
G=51.34%
B=21.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81153640.4700.580.4108.5441.0142.55
Hex5199402F03A286d292b
Octal12123110057072501555153
Binary101000110011001100000010111101110101010001101101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519940; }

 p { color: rgb(81,153,64); }

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

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

 a { background-color: rgb(81,153,64); }

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

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

 span { border-color: rgb(81,153,64); }

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