#596133

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

Shades of Saratoga #596133

Tints of Saratoga #596133

Color information

#596133 (or 0x596133) is unknown color: approx Saratoga. HEX triplet: 59, 61 and 33. RGB value is (89,97,51). Sum of RGB (Red+Green+Blue) = 89+97+51=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 97 - color contains mainly: green. Hex color #596133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596133 is #A69ECC. Grayscale: #595959. Windows color (decimal): -10919629 or 3367257. OLE color: 3367257.

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

Color convert

RGB899751-
CMYK0.0800.470.62
HSL70.43º31.08%29.02%-
HSV(B)70.43º47.42%38.04%-
XYZ8.9910.914.76-
YUV89.36106.35127.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.55%
GREEN value IS 97 (38.28% from 255) = 40.93%
BLUE value IS 51 (20.31% from 255) = 21.52%
R=37.55%
G=40.93%
B=21.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8997510.0800.470.6270.4331.0829.02
Hex596133802F3E461f1d
Octal1311416310057761063735
Binary101100111000011100111000010111111111010001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596133; }

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

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

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

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

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

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

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

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