#596129

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

Shades of Saratoga #596129

Tints of Saratoga #596129

Color information

#596129 (or 0x596129) is unknown color: approx Saratoga. HEX triplet: 59, 61 and 29. RGB value is (89,97,41). Sum of RGB (Red+Green+Blue) = 89+97+41=227 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.21% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #596129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596129 is #A69ED6. Grayscale: #585858. Windows color (decimal): -10919639 or 2711897. OLE color: 2711897.

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

Color convert

RGB899741-
CMYK0.0800.580.62
HSL68.57º40.58%27.06%-
HSV(B)68.57º57.73%38.04%-
XYZ8.7910.833.73-
YUV88.22101.35128.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.21%
GREEN value IS 97 (38.28% from 255) = 42.73%
BLUE value IS 41 (16.41% from 255) = 18.06%
R=39.21%
G=42.73%
B=18.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8997410.0800.580.6268.5740.5827.06
Hex596129803A3E45291b
Octal1311415110072761055133
Binary1011001110000110100110000111010111110100010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596129; }

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

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

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

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

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

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

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

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