#596149

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

Shades of Chicago #596149

Tints of Chicago #596149

Color information

#596149 (or 0x596149) is unknown color: approx Chicago. HEX triplet: 59, 61 and 49. RGB value is (89,97,73). Sum of RGB (Red+Green+Blue) = 89+97+73=259 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.36% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 97 - color contains mainly: green. Hex color #596149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596149 is #A69EB6. Grayscale: #5B5B5B. Windows color (decimal): -10919607 or 4809049. OLE color: 4809049.

HSL color Cylindrical-coordinate representation of color #596149: hue angle of 80º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #596149 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB899773-
CMYK0.0800.250.62
HSL80º14.12%33.33%-
HSV(B)80º24.74%38.04%-
XYZ9.611.157.95-
YUV91.87117.35125.95-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.36%
GREEN value IS 97 (38.28% from 255) = 37.45%
BLUE value IS 73 (28.91% from 255) = 28.19%
R=34.36%
G=37.45%
B=28.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8997730.0800.250.628014.1233.33
Hex59614980193E50e21
Octal13114111110031761201641
Binary101100111000011001001100001100111111010100001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596149; }

 p { color: rgb(89,97,73); }

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

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

 a { background-color: rgb(89,97,73); }

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

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

 span { border-color: rgb(89,97,73); }

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