#559855

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

Shades of Fruit Salad #559855

Tints of Fruit Salad #559855

Color information

#559855 (or 0x559855) is unknown color: approx Fruit Salad. HEX triplet: 55, 98 and 55. RGB value is (85,152,85). Sum of RGB (Red+Green+Blue) = 85+152+85=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #559855 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559855 is #AA67AA. Grayscale: #7C7C7C. Windows color (decimal): -11167659 or 5609557. OLE color: 5609557.

HSL color Cylindrical-coordinate representation of color #559855: hue angle of 120º 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 #559855 is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB8515285-
CMYK0.4400.440.40
HSL120º28.27%46.47%-
HSV(B)120º44.08%59.61%-
XYZ16.6125.0412.55-
YUV124.33105.899.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.40%
GREEN value IS 152 (59.77% from 255) = 47.20%
BLUE value IS 85 (33.59% from 255) = 26.40%
R=26.40%
G=47.20%
B=26.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85152850.4400.440.4012028.2746.47
Hex5598552C02C28781c2e
Octal12523012554054501703456
Binary10101011001100010101011011000101100101000111100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559855; }

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

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

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

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

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

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

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

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