#559850

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

Shades of Fruit Salad #559850

Tints of Fruit Salad #559850

Color information

#559850 (or 0x559850) is unknown color: approx Fruit Salad. HEX triplet: 55, 98 and 50. RGB value is (85,152,80). Sum of RGB (Red+Green+Blue) = 85+152+80=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #559850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559850 is #AA67AF. Grayscale: #7B7B7B. Windows color (decimal): -11167664 or 5281877. OLE color: 5281877.

HSL color Cylindrical-coordinate representation of color #559850: hue angle of 115.83º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #559850 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB8515280-
CMYK0.4400.470.40
HSL115.83º31.03%45.49%-
HSV(B)115.83º47.37%59.61%-
XYZ16.4224.9711.54-
YUV123.76103.3100.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.81%
GREEN value IS 152 (59.77% from 255) = 47.95%
BLUE value IS 80 (31.64% from 255) = 25.24%
R=26.81%
G=47.95%
B=25.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85152800.4400.470.40115.8331.0345.49
Hex5598502C02F28741f2d
Octal12523012054057501643755
Binary10101011001100010100001011000101111101000111010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559850; }

 p { color: rgb(85,152,80); }

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

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

 a { background-color: rgb(85,152,80); }

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

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

 span { border-color: rgb(85,152,80); }

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