#596124

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

Shades of Saratoga #596124

Tints of Saratoga #596124

Color information

#596124 (or 0x596124) is unknown color: approx Saratoga. HEX triplet: 59, 61 and 24. RGB value is (89,97,36). Sum of RGB (Red+Green+Blue) = 89+97+36=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 36 (14.45% from 255 or 16.22% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #596124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596124 is #A69EDB. Grayscale: #575757. Windows color (decimal): -10919644 or 2384217. OLE color: 2384217.

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

Color convert

RGB899736-
CMYK0.0800.630.62
HSL67.87º45.86%26.08%-
HSV(B)67.87º62.89%38.04%-
XYZ8.7110.83.29-
YUV87.6598.85128.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.09%
GREEN value IS 97 (38.28% from 255) = 43.69%
BLUE value IS 36 (14.45% from 255) = 16.22%
R=40.09%
G=43.69%
B=16.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8997360.0800.630.6267.8745.8626.08
Hex596124803F3E442e1a
Octal1311414410077761045632
Binary1011001110000110010010000111111111110100010010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596124; }

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

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

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

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

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

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

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

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