#519F53

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

Shades of Fruit Salad #519F53

Tints of Fruit Salad #519F53

Color information

#519F53 (or 0x519F53) is unknown color: approx Fruit Salad. HEX triplet: 51, 9F and 53. RGB value is (81,159,83). Sum of RGB (Red+Green+Blue) = 81+159+83=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 159 (62.5% from 255 or 49.23% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 159 - color contains mainly: green. Hex color #519F53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519F53 is #AE60AC. Grayscale: #7F7F7F. Windows color (decimal): -11428013 or 5480273. OLE color: 5480273.

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

Color convert

RGB8115983-
CMYK0.4900.480.38
HSL121.54º32.5%47.06%-
HSV(B)121.54º49.06%62.35%-
XYZ17.3527.1712.51-
YUV127.01103.1695.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.08%
GREEN value IS 159 (62.5% from 255) = 49.23%
BLUE value IS 83 (32.81% from 255) = 25.70%
R=25.08%
G=49.23%
B=25.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81159830.4900.480.38121.5432.547.06
Hex519F5331030267a202f
Octal12123712361060461724057
Binary101000110011111101001111000101100001001101111010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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