#519B5B

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

Shades of Fruit Salad #519B5B

Tints of Fruit Salad #519B5B

Color information

#519B5B (or 0x519B5B) is unknown color: approx Fruit Salad. HEX triplet: 51, 9B and 5B. RGB value is (81,155,91). Sum of RGB (Red+Green+Blue) = 81+155+91=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 155 - color contains mainly: green. Hex color #519B5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519B5B is #AE64A4. Grayscale: #7D7D7D. Windows color (decimal): -11429029 or 6003537. OLE color: 6003537.

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

Color convert

RGB8115591-
CMYK0.4800.410.39
HSL128.11º31.36%46.27%-
HSV(B)128.11º47.74%60.78%-
XYZ1725.9514.01-
YUV125.58108.4896.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.77%
GREEN value IS 155 (60.94% from 255) = 47.40%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=24.77%
G=47.40%
B=27.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81155910.4800.410.39128.1131.3646.27
Hex519B5B3002927801f2e
Octal12123313360051472003756
Binary101000110011011101101111000001010011001111000000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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