#599F53

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

Shades of Fruit Salad #599F53

Tints of Fruit Salad #599F53

Color information

#599F53 (or 0x599F53) is unknown color: approx Fruit Salad. HEX triplet: 59, 9F and 53. RGB value is (89,159,83). Sum of RGB (Red+Green+Blue) = 89+159+83=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 159 - color contains mainly: green. Hex color #599F53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599F53 is #A660AC. Grayscale: #818181. Windows color (decimal): -10903725 or 5480281. OLE color: 5480281.

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

Color convert

RGB8915983-
CMYK0.4400.480.38
HSL115.26º31.4%47.45%-
HSV(B)115.26º47.8%62.35%-
XYZ18.0827.5412.55-
YUV129.41101.8199.18-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.89%
GREEN value IS 159 (62.5% from 255) = 48.04%
BLUE value IS 83 (32.81% from 255) = 25.08%
R=26.89%
G=48.04%
B=25.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89159830.4400.480.38115.2631.447.45
Hex599F532C03026731f2f
Octal13123712354060461633757
Binary10110011001111110100111011000110000100110111001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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