#58937B

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

Shades of Patina #58937B

Tints of Patina #58937B

Color information

#58937B (or 0x58937B) is unknown color: approx Patina. HEX triplet: 58, 93 and 7B. RGB value is (88,147,123). Sum of RGB (Red+Green+Blue) = 88+147+123=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 147 - color contains mainly: green. Hex color #58937B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58937B is #A76C84. Grayscale: #7E7E7E. Windows color (decimal): -10972293 or 8098648. OLE color: 8098648.

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

Color convert

RGB88147123-
CMYK0.4000.160.42
HSL155.59º25.11%46.08%-
HSV(B)155.59º40.14%57.65%-
XYZ18.0324.3722.49-
YUV126.62125.95100.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.58%
GREEN value IS 147 (57.81% from 255) = 41.06%
BLUE value IS 123 (48.44% from 255) = 34.36%
R=24.58%
G=41.06%
B=34.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881471230.4000.160.42155.5925.1146.08
Hex58937B280102A9c192e
Octal13022317350020522343156
Binary10110001001001111110111010000100001010101001110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58937B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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