Shades of Mineral Green #58655C
Tints of Mineral Green #58655C
RGB
CMYK
RGB Variations
Color information
#58655C (or 0x58655C) is known color: Mineral Green. HEX triplet: 58, 65 and 5C. RGB value is (88,101,92). Sum of RGB (Red+Green+Blue) = 88+101+92=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 101 - color contains mainly: green. Hex color #58655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58655C is #A79AA3. Grayscale: #606060. Windows color (decimal): -10984100 or 6055256. OLE color: 6055256.
HSL color Cylindrical-coordinate representation of color #58655C: hue angle of 138.46º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #58655C is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 101 | 92 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.60 |
| HSL | 138.46º | 0.07% | 0.37% | - |
| HSV(B) | 138.46º | 0.13% | 0.4% | - |
| XYZ | 10.61 | 12.15 | 11.91 | - |
| YUV | 96.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 101 | 92 | 0.13 | 0 | 0.09 | 0.60 | 138.46 | 0.07 | 0.37 |
| Hex | 58 | 65 | 5C | D | 0 | 9 | 3C | 8A | 7 | 25 |
| Octal | 130 | 145 | 134 | 15 | 0 | 11 | 74 | 212 | 7 | 45 |
| Binary | 1011000 | 1100101 | 1011100 | 1101 | 0 | 1001 | 111100 | 10001010 | 111 | 100101 |
Color Harmonies of #58655C
Complementary color
Monochromatic Colors of #58655C
Black with #58655C
Text Example
Text Example
White with #58655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58655C; }
p { color: rgb(88,101,92); }
H1.HeaderClassName
{
color: #58655C;
}
.AnyTagClassName
{
color: #58655C;
}
</style>
background-color css
<style>
a { background-color: #58655C; }
a { background-color: rgb(88,101,92); }
div.DivClassName
{
background-color: #58655C;
}
.BgClassName
{
background-color: #58655C;
}
</style>
border-color css
<style>
span { border-color: #58655C; }
span { border-color: rgb(88,101,92); }
td.TdClassName
{
border-color: #58655C;
}
.TagClassName
{
border-color: #58655C;
}
</style>