#519F54

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

Shades of Fruit Salad #519F54

Tints of Fruit Salad #519F54

Color information

#519F54 (or 0x519F54) is unknown color: approx Fruit Salad. HEX triplet: 51, 9F and 54. RGB value is (81,159,84). Sum of RGB (Red+Green+Blue) = 81+159+84=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 159 - color contains mainly: green. Hex color #519F54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519F54 is #AE60AB. Grayscale: #7F7F7F. Windows color (decimal): -11428012 or 5545809. OLE color: 5545809.

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

Color convert

RGB8115984-
CMYK0.4900.470.38
HSL122.31º32.5%47.06%-
HSV(B)122.31º49.06%62.35%-
XYZ17.3927.1912.72-
YUV127.13103.6695.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25%
GREEN value IS 159 (62.5% from 255) = 49.07%
BLUE value IS 84 (33.20% from 255) = 25.93%
R=25%
G=49.07%
B=25.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81159840.4900.470.38122.3132.547.06
Hex519F543102F267a202f
Octal12123712461057461724057
Binary101000110011111101010011000101011111001101111010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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