#519A5B

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

Shades of Fruit Salad #519A5B

Tints of Fruit Salad #519A5B

Color information

#519A5B (or 0x519A5B) is unknown color: approx Fruit Salad. HEX triplet: 51, 9A and 5B. RGB value is (81,154,91). Sum of RGB (Red+Green+Blue) = 81+154+91=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 154 (60.55% from 255 or 47.24% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 154 - color contains mainly: green. Hex color #519A5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519A5B is #AE65A4. Grayscale: #7D7D7D. Windows color (decimal): -11429285 or 6003281. OLE color: 6003281.

HSL color Cylindrical-coordinate representation of color #519A5B: hue angle of 128.22º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519A5B is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB8115491-
CMYK0.4700.410.40
HSL128.22º31.06%46.08%-
HSV(B)128.22º47.4%60.39%-
XYZ16.8425.6213.95-
YUV124.99108.8296.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.85%
GREEN value IS 154 (60.55% from 255) = 47.24%
BLUE value IS 91 (35.94% from 255) = 27.91%
R=24.85%
G=47.24%
B=27.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81154910.4700.410.40128.2231.0646.08
Hex519A5B2F02928801f2e
Octal12123213357051502003756
Binary101000110011010101101110111101010011010001000000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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