#519553

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

Shades of Fruit Salad #519553

Tints of Fruit Salad #519553

Color information

#519553 (or 0x519553) is unknown color: approx Fruit Salad. HEX triplet: 51, 95 and 53. RGB value is (81,149,83). Sum of RGB (Red+Green+Blue) = 81+149+83=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #519553 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519553 is #AE6AAC. Grayscale: #797979. Windows color (decimal): -11430573 or 5477713. OLE color: 5477713.

HSL color Cylindrical-coordinate representation of color #519553: hue angle of 121.76º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #519553 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB8114983-
CMYK0.4600.440.42
HSL121.76º29.57%45.1%-
HSV(B)121.76º45.64%58.43%-
XYZ15.723.8711.96-
YUV121.14106.4799.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.88%
GREEN value IS 149 (58.59% from 255) = 47.60%
BLUE value IS 83 (32.81% from 255) = 26.52%
R=25.88%
G=47.60%
B=26.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81149830.4600.440.42121.7629.5745.1
Hex5195532E02C2A7a1e2d
Octal12122512356054521723655
Binary10100011001010110100111011100101100101010111101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519553; }

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

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

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

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

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

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

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

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