#596035

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

Shades of Saratoga #596035

Tints of Saratoga #596035

Color information

#596035 (or 0x596035) is unknown color: approx Saratoga. HEX triplet: 59, 60 and 35. RGB value is (89,96,53). Sum of RGB (Red+Green+Blue) = 89+96+53=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #596035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596035 is #A69FCA. Grayscale: #595959. Windows color (decimal): -10919883 or 3498073. OLE color: 3498073.

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

Color convert

RGB899653-
CMYK0.0700.450.62
HSL69.77º28.86%29.22%-
HSV(B)69.77º44.79%37.65%-
XYZ8.9510.754.97-
YUV89107.68128-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.39%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 53 (21.09% from 255) = 22.27%
R=37.39%
G=40.34%
B=22.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8996530.0700.450.6269.7728.8629.22
Hex596035702D3E461d1d
Octal131140657055761063535
Binary10110011100000110101111010110111111010001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596035; }

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

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

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

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

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

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

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

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