Shades of Mineral Green #59625A
Tints of Mineral Green #59625A
RGB
CMYK
RGB Variations
Color information
#59625A (or 0x59625A) is known color: Mineral Green. HEX triplet: 59, 62 and 5A. RGB value is (89,98,90). Sum of RGB (Red+Green+Blue) = 89+98+90=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 98 - color contains mainly: green. Hex color #59625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59625A is #A69DA5. Grayscale: #5E5E5E. Windows color (decimal): -10919334 or 5923417. OLE color: 5923417.
HSL color Cylindrical-coordinate representation of color #59625A: hue angle of 126.67º 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 #59625A is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 98 | 90 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.62 |
| HSL | 126.67º | 0.05% | 0.37% | - |
| HSV(B) | 126.67º | 0.09% | 0.38% | - |
| XYZ | 10.33 | 11.6 | 11.37 | - |
| YUV | 94.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 98 | 90 | 0.09 | 0 | 0.08 | 0.62 | 126.67 | 0.05 | 0.37 |
| Hex | 59 | 62 | 5A | 9 | 0 | 8 | 3E | 7F | 5 | 25 |
| Octal | 131 | 142 | 132 | 11 | 0 | 10 | 76 | 177 | 5 | 45 |
| Binary | 1011001 | 1100010 | 1011010 | 1001 | 0 | 1000 | 111110 | 1111111 | 101 | 100101 |
Color Harmonies of #59625A
Complementary color
Monochromatic Colors of #59625A
Black with #59625A
Text Example
Text Example
White with #59625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59625A; }
p { color: rgb(89,98,90); }
H1.HeaderClassName
{
color: #59625A;
}
.AnyTagClassName
{
color: #59625A;
}
</style>
background-color css
<style>
a { background-color: #59625A; }
a { background-color: rgb(89,98,90); }
div.DivClassName
{
background-color: #59625A;
}
.BgClassName
{
background-color: #59625A;
}
</style>
border-color css
<style>
span { border-color: #59625A; }
span { border-color: rgb(89,98,90); }
td.TdClassName
{
border-color: #59625A;
}
.TagClassName
{
border-color: #59625A;
}
</style>