Shades of Mineral Green #59625C
Tints of Mineral Green #59625C
RGB
CMYK
RGB Variations
Color information
#59625C (or 0x59625C) is known color: Mineral Green. HEX triplet: 59, 62 and 5C. RGB value is (89,98,92). Sum of RGB (Red+Green+Blue) = 89+98+92=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 98 - color contains mainly: green. Hex color #59625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59625C is #A69DA3. Grayscale: #5E5E5E. Windows color (decimal): -10919332 or 6054489. OLE color: 6054489.
HSL color Cylindrical-coordinate representation of color #59625C: hue angle of 140º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #59625C is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 98 | 92 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.62 |
| HSL | 140º | 0.05% | 0.37% | - |
| HSV(B) | 140º | 0.09% | 0.38% | - |
| XYZ | 10.42 | 11.63 | 11.82 | - |
| YUV | 94.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 98 | 92 | 0.09 | 0 | 0.06 | 0.62 | 140 | 0.05 | 0.37 |
| Hex | 59 | 62 | 5C | 9 | 0 | 6 | 3E | 8C | 5 | 25 |
| Octal | 131 | 142 | 134 | 11 | 0 | 6 | 76 | 214 | 5 | 45 |
| Binary | 1011001 | 1100010 | 1011100 | 1001 | 0 | 110 | 111110 | 10001100 | 101 | 100101 |
Color Harmonies of #59625C
Complementary color
Monochromatic Colors of #59625C
Black with #59625C
Text Example
Text Example
White with #59625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59625C; }
p { color: rgb(89,98,92); }
H1.HeaderClassName
{
color: #59625C;
}
.AnyTagClassName
{
color: #59625C;
}
</style>
background-color css
<style>
a { background-color: #59625C; }
a { background-color: rgb(89,98,92); }
div.DivClassName
{
background-color: #59625C;
}
.BgClassName
{
background-color: #59625C;
}
</style>
border-color css
<style>
span { border-color: #59625C; }
span { border-color: rgb(89,98,92); }
td.TdClassName
{
border-color: #59625C;
}
.TagClassName
{
border-color: #59625C;
}
</style>