#58957F

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

Shades of Patina #58957F

Tints of Patina #58957F

Color information

#58957F (or 0x58957F) is unknown color: approx Patina. HEX triplet: 58, 95 and 7F. RGB value is (88,149,127). Sum of RGB (Red+Green+Blue) = 88+149+127=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 149 - color contains mainly: green. Hex color #58957F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58957F is #A76A80. Grayscale: #808080. Windows color (decimal): -10971777 or 8361304. OLE color: 8361304.

HSL color Cylindrical-coordinate representation of color #58957F: hue angle of 158.36º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58957F is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB88149127-
CMYK0.4100.150.42
HSL158.36º25.74%46.47%-
HSV(B)158.36º40.94%58.43%-
XYZ18.625.123.94-
YUV128.25127.2999.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.18%
GREEN value IS 149 (58.59% from 255) = 40.93%
BLUE value IS 127 (50% from 255) = 34.89%
R=24.18%
G=40.93%
B=34.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881491270.4100.150.42158.3625.7446.47
Hex58957F290F2A9e1a2e
Octal13022517751017522363256
Binary1011000100101011111111101001011111010101001111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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