#599F5A

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

Shades of Fruit Salad #599F5A

Tints of Fruit Salad #599F5A

Color information

#599F5A (or 0x599F5A) is unknown color: approx Fruit Salad. HEX triplet: 59, 9F and 5A. RGB value is (89,159,90). Sum of RGB (Red+Green+Blue) = 89+159+90=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 159 (62.5% from 255 or 47.04% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 159 - color contains mainly: green. Hex color #599F5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599F5A is #A660A5. Grayscale: #828282. Windows color (decimal): -10903718 or 5939033. OLE color: 5939033.

HSL color Cylindrical-coordinate representation of color #599F5A: hue angle of 120.86º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #599F5A is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB8915990-
CMYK0.4400.430.38
HSL120.86º28.23%48.63%-
HSV(B)120.86º44.03%62.35%-
XYZ18.3627.6614.04-
YUV130.2105.3198.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.33%
GREEN value IS 159 (62.5% from 255) = 47.04%
BLUE value IS 90 (35.55% from 255) = 26.63%
R=26.33%
G=47.04%
B=26.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89159900.4400.430.38120.8628.2348.63
Hex599F5A2C02B26791c31
Octal13123713254053461713461
Binary10110011001111110110101011000101011100110111100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,159,90); }

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

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

 a { background-color: rgb(89,159,90); }

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

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

 span { border-color: rgb(89,159,90); }

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