#519B59

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

Shades of Fruit Salad #519B59

Tints of Fruit Salad #519B59

Color information

#519B59 (or 0x519B59) is unknown color: approx Fruit Salad. HEX triplet: 51, 9B and 59. RGB value is (81,155,89). Sum of RGB (Red+Green+Blue) = 81+155+89=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 155 (60.94% from 255 or 47.69% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 155 - color contains mainly: green. Hex color #519B59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519B59 is #AE64A6. Grayscale: #7D7D7D. Windows color (decimal): -11429031 or 5872465. OLE color: 5872465.

HSL color Cylindrical-coordinate representation of color #519B59: hue angle of 126.49º 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 #519B59 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB8115589-
CMYK0.4800.430.39
HSL126.49º31.36%46.27%-
HSV(B)126.49º47.74%60.78%-
XYZ16.9225.9113.56-
YUV125.35107.4896.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.92%
GREEN value IS 155 (60.94% from 255) = 47.69%
BLUE value IS 89 (35.16% from 255) = 27.38%
R=24.92%
G=47.69%
B=27.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81155890.4800.430.39126.4931.3646.27
Hex519B593002B277e1f2e
Octal12123313160053471763756
Binary10100011001101110110011100000101011100111111111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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