#519B55

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

Shades of Fruit Salad #519B55

Tints of Fruit Salad #519B55

Color information

#519B55 (or 0x519B55) is unknown color: approx Fruit Salad. HEX triplet: 51, 9B and 55. RGB value is (81,155,85). Sum of RGB (Red+Green+Blue) = 81+155+85=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 155 - color contains mainly: green. Hex color #519B55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519B55 is #AE64AA. Grayscale: #7D7D7D. Windows color (decimal): -11429035 or 5610321. OLE color: 5610321.

HSL color Cylindrical-coordinate representation of color #519B55: hue angle of 123.24º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519B55 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB8115585-
CMYK0.4800.450.39
HSL123.24º31.36%46.27%-
HSV(B)123.24º47.74%60.78%-
XYZ16.7525.8512.7-
YUV124.89105.4896.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.23%
GREEN value IS 155 (60.94% from 255) = 48.29%
BLUE value IS 85 (33.59% from 255) = 26.48%
R=25.23%
G=48.29%
B=26.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81155850.4800.450.39123.2431.3646.27
Hex519B553002D277b1f2e
Octal12123312560055471733756
Binary10100011001101110101011100000101101100111111101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,155,85); }

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

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

 a { background-color: rgb(81,155,85); }

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

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

 span { border-color: rgb(81,155,85); }

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