#58937A

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

Shades of Patina #58937A

Tints of Patina #58937A

Color information

#58937A (or 0x58937A) is unknown color: approx Patina. HEX triplet: 58, 93 and 7A. RGB value is (88,147,122). Sum of RGB (Red+Green+Blue) = 88+147+122=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #58937A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58937A is #A76C85. Grayscale: #7E7E7E. Windows color (decimal): -10972294 or 8033112. OLE color: 8033112.

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

Color convert

RGB88147122-
CMYK0.4000.170.42
HSL154.58º25.11%46.08%-
HSV(B)154.58º40.14%57.65%-
XYZ17.9724.3522.16-
YUV126.51125.45100.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.65%
GREEN value IS 147 (57.81% from 255) = 41.18%
BLUE value IS 122 (48.05% from 255) = 34.17%
R=24.65%
G=41.18%
B=34.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881471220.4000.170.42154.5825.1146.08
Hex58937A280112A9b192e
Octal13022317250021522333156
Binary10110001001001111110101010000100011010101001101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58937A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,147,122); }

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

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

 a { background-color: rgb(88,147,122); }

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

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

 span { border-color: rgb(88,147,122); }

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