#596136

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

Shades of Saratoga #596136

Tints of Saratoga #596136

Color information

#596136 (or 0x596136) is unknown color: approx Saratoga. HEX triplet: 59, 61 and 36. RGB value is (89,97,54). Sum of RGB (Red+Green+Blue) = 89+97+54=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 97 - color contains mainly: green. Hex color #596136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596136 is #A69EC9. Grayscale: #595959. Windows color (decimal): -10919626 or 3563865. OLE color: 3563865.

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

Color convert

RGB899754-
CMYK0.0800.440.62
HSL71.16º28.48%29.61%-
HSV(B)71.16º44.33%38.04%-
XYZ9.0610.945.12-
YUV89.71107.85127.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.08%
GREEN value IS 97 (38.28% from 255) = 40.42%
BLUE value IS 54 (21.48% from 255) = 22.5%
R=37.08%
G=40.42%
B=22.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8997540.0800.440.6271.1628.4829.61
Hex596136802C3E471c1e
Octal1311416610054761073436
Binary101100111000011101101000010110011111010001111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596136; }

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

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

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

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

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

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

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

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