#599b55

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

Shades of Fruit Salad #599B55

Tints of Fruit Salad #599B55

Color information

#599B55 (or 0x599B55) is unknown color: approx Fruit Salad. HEX triplet: 59, 9B and 55. RGB value is (89,155,85). Sum of RGB (Red+Green+Blue) = 89+155+85=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 155 (60.94% from 255 or 47.11% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 155 - color contains mainly: green. Hex color #599B55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599B55 is #A664AA. Grayscale: #7F7F7F. Windows color (decimal): -10904747 or 5610329. OLE color: 5610329.

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

Color convert

RGB8915585-
CMYK0.4300.450.39
HSL116.57º29.17%47.06%-
HSV(B)116.57º45.16%60.78%-
XYZ17.4826.2212.73-
YUV127.29104.13100.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.05%
GREEN value IS 155 (60.94% from 255) = 47.11%
BLUE value IS 85 (33.59% from 255) = 25.84%
R=27.05%
G=47.11%
B=25.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89155850.4300.450.39116.5729.1747.06
Hex599B552B02D27751d2f
Octal13123312553055471653557
Binary10110011001101110101011010110101101100111111010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599b55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599b55; }

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

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

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

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

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

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

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

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