#596128

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

Shades of Saratoga #596128

Tints of Saratoga #596128

Color information

#596128 (or 0x596128) is unknown color: approx Saratoga. HEX triplet: 59, 61 and 28. RGB value is (89,97,40). Sum of RGB (Red+Green+Blue) = 89+97+40=226 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.38% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 97 - color contains mainly: green. Hex color #596128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596128 is #A69ED7. Grayscale: #585858. Windows color (decimal): -10919640 or 2646361. OLE color: 2646361.

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

Color convert

RGB899740-
CMYK0.0800.590.62
HSL68.42º41.61%26.86%-
HSV(B)68.42º58.76%38.04%-
XYZ8.7810.833.63-
YUV88.11100.85128.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.38%
GREEN value IS 97 (38.28% from 255) = 42.92%
BLUE value IS 40 (16.02% from 255) = 17.70%
R=39.38%
G=42.92%
B=17.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8997400.0800.590.6268.4241.6126.86
Hex596128803B3E442a1b
Octal1311415010073761045233
Binary1011001110000110100010000111011111110100010010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596128; }

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

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

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

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

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

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

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

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