#59A489

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

Shades of Patina #59A489

Tints of Patina #59A489

Color information

#59A489 (or 0x59A489) is unknown color: approx Patina. HEX triplet: 59, A4 and 89. RGB value is (89,164,137). Sum of RGB (Red+Green+Blue) = 89+164+137=390 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.82% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 164 - color contains mainly: green. Hex color #59A489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A489 is #A65B76. Grayscale: #8A8A8A. Windows color (decimal): -10902391 or 9020505. OLE color: 9020505.

HSL color Cylindrical-coordinate representation of color #59A489: hue angle of 158.4º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59A489 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB89164137-
CMYK0.4600.160.36
HSL158.4º29.64%49.61%-
HSV(B)158.4º45.73%64.31%-
XYZ21.9130.4828.4-
YUV138.5127.1592.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.82%
GREEN value IS 164 (64.45% from 255) = 42.05%
BLUE value IS 137 (53.91% from 255) = 35.13%
R=22.82%
G=42.05%
B=35.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal891641370.4600.160.36158.429.6449.61
Hex59A4892E010249e1e32
Octal13124421156020442363662
Binary101100110100100100010011011100100001001001001111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59A489; }

 p { color: rgb(89,164,137); }

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

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

 a { background-color: rgb(89,164,137); }

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

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

 span { border-color: rgb(89,164,137); }

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