Shades of Mineral Green #58685C
Tints of Mineral Green #58685C
RGB
CMYK
RGB Variations
Color information
#58685C (or 0x58685C) is known color: Mineral Green. HEX triplet: 58, 68 and 5C. RGB value is (88,104,92). Sum of RGB (Red+Green+Blue) = 88+104+92=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 104 - color contains mainly: green. Hex color #58685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58685C is #A797A3. Grayscale: #616161. Windows color (decimal): -10983332 or 6056024. OLE color: 6056024.
HSL color Cylindrical-coordinate representation of color #58685C: hue angle of 135º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #58685C is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 88 | 104 | 92 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.59 |
| HSL | 135º | 0.08% | 0.38% | - |
| HSV(B) | 135º | 0.15% | 0.41% | - |
| XYZ | 10.91 | 12.75 | 12.01 | - |
| YUV | 97.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 104 | 92 | 0.15 | 0 | 0.12 | 0.59 | 135 | 0.08 | 0.38 |
| Hex | 58 | 68 | 5C | F | 0 | C | 3B | 87 | 8 | 26 |
| Octal | 130 | 150 | 134 | 17 | 0 | 14 | 73 | 207 | 10 | 46 |
| Binary | 1011000 | 1101000 | 1011100 | 1111 | 0 | 1100 | 111011 | 10000111 | 1000 | 100110 |
Color Harmonies of #58685C
Complementary color
Monochromatic Colors of #58685C
Black with #58685C
Text Example
Text Example
White with #58685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58685C; }
p { color: rgb(88,104,92); }
H1.HeaderClassName
{
color: #58685C;
}
.AnyTagClassName
{
color: #58685C;
}
</style>
background-color css
<style>
a { background-color: #58685C; }
a { background-color: rgb(88,104,92); }
div.DivClassName
{
background-color: #58685C;
}
.BgClassName
{
background-color: #58685C;
}
</style>
border-color css
<style>
span { border-color: #58685C; }
span { border-color: rgb(88,104,92); }
td.TdClassName
{
border-color: #58685C;
}
.TagClassName
{
border-color: #58685C;
}
</style>