#596229

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

Shades of Saratoga #596229

Tints of Saratoga #596229

Color information

#596229 (or 0x596229) is unknown color: approx Saratoga. HEX triplet: 59, 62 and 29. RGB value is (89,98,41). Sum of RGB (Red+Green+Blue) = 89+98+41=228 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.04% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 41 (16.41% from 255 or 17.98% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #596229 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596229 is #A69DD6. Grayscale: #595959. Windows color (decimal): -10919383 or 2712153. OLE color: 2712153.

HSL color Cylindrical-coordinate representation of color #596229: hue angle of 69.47º 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 #596229 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB899841-
CMYK0.0900.580.62
HSL69.47º41.01%27.25%-
HSV(B)69.47º58.16%38.43%-
XYZ8.8911.023.76-
YUV88.81101.02128.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.04%
GREEN value IS 98 (38.67% from 255) = 42.98%
BLUE value IS 41 (16.41% from 255) = 17.98%
R=39.04%
G=42.98%
B=17.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8998410.0900.580.6269.4741.0127.25
Hex596229903A3E45291b
Octal1311425111072761055133
Binary1011001110001010100110010111010111110100010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596229; }

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

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

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

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

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

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

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

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