#519F5B

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

Shades of Fruit Salad #519F5B

Tints of Fruit Salad #519F5B

Color information

#519F5B (or 0x519F5B) is unknown color: approx Fruit Salad. HEX triplet: 51, 9F and 5B. RGB value is (81,159,91). Sum of RGB (Red+Green+Blue) = 81+159+91=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 159 - color contains mainly: green. Hex color #519F5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519F5B is #AE60A4. Grayscale: #808080. Windows color (decimal): -11428005 or 6004561. OLE color: 6004561.

HSL color Cylindrical-coordinate representation of color #519F5B: hue angle of 127.69º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #519F5B is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB8115991-
CMYK0.4900.430.38
HSL127.69º32.5%47.06%-
HSV(B)127.69º49.06%62.35%-
XYZ17.6827.314.24-
YUV127.93107.1694.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.47%
GREEN value IS 159 (62.5% from 255) = 48.04%
BLUE value IS 91 (35.94% from 255) = 27.49%
R=24.47%
G=48.04%
B=27.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81159910.4900.430.38127.6932.547.06
Hex519F5B3102B2680202f
Octal12123713361053462004057
Binary1010001100111111011011110001010101110011010000000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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