#519B51

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

Shades of Fruit Salad #519B51

Tints of Fruit Salad #519B51

Color information

#519B51 (or 0x519B51) is unknown color: approx Fruit Salad. HEX triplet: 51, 9B and 51. RGB value is (81,155,81). Sum of RGB (Red+Green+Blue) = 81+155+81=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 155 (60.94% from 255 or 48.90% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 155 - color contains mainly: green. Hex color #519B51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519B51 is #AE64AE. Grayscale: #7C7C7C. Windows color (decimal): -11429039 or 5348177. OLE color: 5348177.

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

Color convert

RGB8115581-
CMYK0.4800.480.39
HSL120º31.36%46.27%-
HSV(B)120º47.74%60.78%-
XYZ16.625.7911.89-
YUV124.44103.4897.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.55%
GREEN value IS 155 (60.94% from 255) = 48.90%
BLUE value IS 81 (32.03% from 255) = 25.55%
R=25.55%
G=48.90%
B=25.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81155810.4800.480.3912031.3646.27
Hex519B513003027781f2e
Octal12123312160060471703756
Binary10100011001101110100011100000110000100111111100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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