#596428

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

Shades of Saratoga #596428

Tints of Saratoga #596428

Color information

#596428 (or 0x596428) is unknown color: approx Saratoga. HEX triplet: 59, 64 and 28. RGB value is (89,100,40). Sum of RGB (Red+Green+Blue) = 89+100+40=229 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.86% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 100 - color contains mainly: green. Hex color #596428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596428 is #A69BD7. Grayscale: #5A5A5A. Windows color (decimal): -10918872 or 2647129. OLE color: 2647129.

HSL color Cylindrical-coordinate representation of color #596428: hue angle of 71º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #596428 is Cyan = 0.11, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.61.

Color convert

RGB8910040-
CMYK0.1100.60.61
HSL71º42.86%27.45%-
HSV(B)71º60%39.22%-
XYZ9.0611.393.73-
YUV89.8799.86127.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.86%
GREEN value IS 100 (39.45% from 255) = 43.67%
BLUE value IS 40 (16.02% from 255) = 17.47%
R=38.86%
G=43.67%
B=17.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal89100400.1100.60.617142.8627.45
Hex596428B03C3D472b1b
Octal1311445013074751075333
Binary1011001110010010100010110111100111101100011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596428; }

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

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

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

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

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

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

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

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