#599C60

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

Shades of Fruit Salad #599C60

Tints of Fruit Salad #599C60

Color information

#599C60 (or 0x599C60) is unknown color: approx Fruit Salad. HEX triplet: 59, 9C and 60. RGB value is (89,156,96). Sum of RGB (Red+Green+Blue) = 89+156+96=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 156 - color contains mainly: green. Hex color #599C60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599C60 is #A6639F. Grayscale: #818181. Windows color (decimal): -10904480 or 6331481. OLE color: 6331481.

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

Color convert

RGB8915696-
CMYK0.4300.380.39
HSL126.27º27.35%48.04%-
HSV(B)126.27º42.95%61.18%-
XYZ18.1226.7515.27-
YUV129.13109.399.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.10%
GREEN value IS 156 (61.33% from 255) = 45.75%
BLUE value IS 96 (37.89% from 255) = 28.15%
R=26.10%
G=45.75%
B=28.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89156960.4300.380.39126.2727.3548.04
Hex599C602B026277e1b30
Octal13123414053046471763360
Binary10110011001110011000001010110100110100111111111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,156,96); }

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

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

 a { background-color: rgb(89,156,96); }

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

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

 span { border-color: rgb(89,156,96); }

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