#519F5A

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

Shades of Fruit Salad #519F5A

Tints of Fruit Salad #519F5A

Color information

#519F5A (or 0x519F5A) is unknown color: approx Fruit Salad. HEX triplet: 51, 9F and 5A. RGB value is (81,159,90). Sum of RGB (Red+Green+Blue) = 81+159+90=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 159 (62.5% from 255 or 48.18% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 159 - color contains mainly: green. Hex color #519F5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519F5A is #AE60A5. Grayscale: #808080. Windows color (decimal): -11428006 or 5939025. OLE color: 5939025.

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

Color convert

RGB8115990-
CMYK0.4900.430.38
HSL126.92º32.5%47.06%-
HSV(B)126.92º49.06%62.35%-
XYZ17.6427.2814.01-
YUV127.81106.6694.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.55%
GREEN value IS 159 (62.5% from 255) = 48.18%
BLUE value IS 90 (35.55% from 255) = 27.27%
R=24.55%
G=48.18%
B=27.27%

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
Decimal81159900.4900.430.38126.9232.547.06
Hex519F5A3102B267f202f
Octal12123713261053461774057
Binary101000110011111101101011000101010111001101111111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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