#596028

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

Shades of Saratoga #596028

Tints of Saratoga #596028

Color information

#596028 (or 0x596028) is unknown color: approx Saratoga. HEX triplet: 59, 60 and 28. RGB value is (89,96,40). Sum of RGB (Red+Green+Blue) = 89+96+40=225 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.56% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 96 - color contains mainly: green. Hex color #596028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596028 is #A69FD7. Grayscale: #575757. Windows color (decimal): -10919896 or 2646105. OLE color: 2646105.

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

Color convert

RGB899640-
CMYK0.0700.580.62
HSL67.5º41.18%26.67%-
HSV(B)67.5º58.33%37.65%-
XYZ8.6910.643.6-
YUV87.52101.18129.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.56%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 40 (16.02% from 255) = 17.78%
R=39.56%
G=42.67%
B=17.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8996400.0700.580.6267.541.1826.67
Hex596028703A3E44291b
Octal131140507072761045133
Binary101100111000001010001110111010111110100010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596028; }

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

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

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

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

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

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

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

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