#58937F

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

Shades of Patina #58937F

Tints of Patina #58937F

Color information

#58937F (or 0x58937F) is unknown color: approx Patina. HEX triplet: 58, 93 and 7F. RGB value is (88,147,127). Sum of RGB (Red+Green+Blue) = 88+147+127=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #58937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58937F is #A76C80. Grayscale: #7F7F7F. Windows color (decimal): -10972289 or 8360792. OLE color: 8360792.

HSL color Cylindrical-coordinate representation of color #58937F: hue angle of 159.66º 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 #58937F is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB88147127-
CMYK0.4000.140.42
HSL159.66º25.11%46.08%-
HSV(B)159.66º40.14%57.65%-
XYZ18.2924.4723.84-
YUV127.08127.95100.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.31%
GREEN value IS 147 (57.81% from 255) = 40.61%
BLUE value IS 127 (50% from 255) = 35.08%
R=24.31%
G=40.61%
B=35.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881471270.4000.140.42159.6625.1146.08
Hex58937F280E2Aa0192e
Octal13022317750016522403156
Binary1011000100100111111111101000011101010101010000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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