#596034

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

Shades of Saratoga #596034

Tints of Saratoga #596034

Color information

#596034 (or 0x596034) is unknown color: approx Saratoga. HEX triplet: 59, 60 and 34. RGB value is (89,96,52). Sum of RGB (Red+Green+Blue) = 89+96+52=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #596034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596034 is #A69FCB. Grayscale: #595959. Windows color (decimal): -10919884 or 3432537. OLE color: 3432537.

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

Color convert

RGB899652-
CMYK0.0700.460.62
HSL69.55º29.73%29.02%-
HSV(B)69.55º45.83%37.65%-
XYZ8.9210.744.85-
YUV88.89107.18128.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.55%
GREEN value IS 96 (37.89% from 255) = 40.51%
BLUE value IS 52 (20.70% from 255) = 21.94%
R=37.55%
G=40.51%
B=21.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8996520.0700.460.6269.5529.7329.02
Hex596034702E3E461e1d
Octal131140647056761063635
Binary10110011100000110100111010111011111010001101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596034; }

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

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

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

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

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

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

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

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