#59957F

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

Shades of Patina #59957F

Tints of Patina #59957F

Color information

#59957F (or 0x59957F) is unknown color: approx Patina. HEX triplet: 59, 95 and 7F. RGB value is (89,149,127). Sum of RGB (Red+Green+Blue) = 89+149+127=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 149 - color contains mainly: green. Hex color #59957F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59957F is #A66A80. Grayscale: #808080. Windows color (decimal): -10906241 or 8361305. OLE color: 8361305.

HSL color Cylindrical-coordinate representation of color #59957F: hue angle of 158º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59957F is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB89149127-
CMYK0.4000.150.42
HSL158º25.21%46.67%-
HSV(B)158º40.27%58.43%-
XYZ18.725.1523.95-
YUV128.55127.1299.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.38%
GREEN value IS 149 (58.59% from 255) = 40.82%
BLUE value IS 127 (50% from 255) = 34.79%
R=24.38%
G=40.82%
B=34.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891491270.4000.150.4215825.2146.67
Hex59957F280F2A9e192f
Octal13122517750017522363157
Binary1011001100101011111111101000011111010101001111011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59957F; }

 p { color: rgb(89,149,127); }

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

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

 a { background-color: rgb(89,149,127); }

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

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

 span { border-color: rgb(89,149,127); }

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