Shades of Patina #58937F
Tints of Patina #58937F
RGB
CMYK
RGB Variations
Color information
#58937F (or 0x58937F) is known color: 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
| RGB | 88 | 147 | 127 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.42 |
| HSL | 159.66º | 0.25% | 0.46% | - |
| HSV(B) | 159.66º | 0.4% | 0.58% | - |
| XYZ | 18.29 | 24.47 | 23.84 | - |
| YUV | 127.08 | 127.95 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 147 | 127 | 0.40 | 0 | 0.14 | 0.42 | 159.66 | 0.25 | 0.46 |
| Hex | 58 | 93 | 7F | 28 | 0 | E | 2A | A0 | 19 | 2E |
| Octal | 130 | 223 | 177 | 50 | 0 | 16 | 52 | 240 | 31 | 56 |
| Binary | 1011000 | 10010011 | 1111111 | 101000 | 0 | 1110 | 101010 | 10100000 | 11001 | 101110 |
Color Harmonies of #58937F
Complementary color
Monochromatic Colors of #58937F
Black with #58937F
Text Example
Text Example
White with #58937F
Text Example
Text Example
HTML Codes & Css Web 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>