#59917A

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

Shades of Patina #59917A

Tints of Patina #59917A

Color information

#59917A (or 0x59917A) is unknown color: approx Patina. HEX triplet: 59, 91 and 7A. RGB value is (89,145,122). Sum of RGB (Red+Green+Blue) = 89+145+122=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #59917A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59917A is #A66E85. Grayscale: #7D7D7D. Windows color (decimal): -10907270 or 8032601. OLE color: 8032601.

HSL color Cylindrical-coordinate representation of color #59917A: hue angle of 155.36º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #59917A is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB89145122-
CMYK0.3900.160.43
HSL155.36º23.93%45.88%-
HSV(B)155.36º38.62%56.86%-
XYZ17.7623.7822.07-
YUV125.63125.95101.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25%
GREEN value IS 145 (57.03% from 255) = 40.73%
BLUE value IS 122 (48.05% from 255) = 34.27%
R=25%
G=40.73%
B=34.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891451220.3900.160.43155.3623.9345.88
Hex59917A270102B9b182e
Octal13122117247020532333056
Binary10110011001000111110101001110100001010111001101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59917A; }

 p { color: rgb(89,145,122); }

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

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

 a { background-color: rgb(89,145,122); }

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

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

 span { border-color: rgb(89,145,122); }

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