#559858

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

Shades of Fruit Salad #559858

Tints of Fruit Salad #559858

Color information

#559858 (or 0x559858) is unknown color: approx Fruit Salad. HEX triplet: 55, 98 and 58. RGB value is (85,152,88). Sum of RGB (Red+Green+Blue) = 85+152+88=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #559858 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559858 is #AA67A7. Grayscale: #7C7C7C. Windows color (decimal): -11167656 or 5806165. OLE color: 5806165.

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

Color convert

RGB8515288-
CMYK0.4400.420.40
HSL122.69º28.27%46.47%-
HSV(B)122.69º44.08%59.61%-
XYZ16.7425.0913.19-
YUV124.67107.399.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.15%
GREEN value IS 152 (59.77% from 255) = 46.77%
BLUE value IS 88 (34.77% from 255) = 27.08%
R=26.15%
G=46.77%
B=27.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85152880.4400.420.40122.6928.2746.47
Hex5598582C02A287b1c2e
Octal12523013054052501733456
Binary10101011001100010110001011000101010101000111101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559858; }

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

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

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

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

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

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

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

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