Shades of Mineral Green #59725D
Tints of Mineral Green #59725D
RGB
CMYK
RGB Variations
Color information
#59725D (or 0x59725D) is known color: Mineral Green. HEX triplet: 59, 72 and 5D. RGB value is (89,114,93). Sum of RGB (Red+Green+Blue) = 89+114+93=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 114 - color contains mainly: green. Hex color #59725D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59725D is #A68DA2. Grayscale: #686868. Windows color (decimal): -10915235 or 6124121. OLE color: 6124121.
HSL color Cylindrical-coordinate representation of color #59725D: hue angle of 129.6º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #59725D is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 114 | 93 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.55 |
| HSL | 129.6º | 0.12% | 0.4% | - |
| HSV(B) | 129.6º | 0.22% | 0.45% | - |
| XYZ | 12.11 | 14.95 | 12.6 | - |
| YUV | 104.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 114 | 93 | 0.22 | 0 | 0.18 | 0.55 | 129.6 | 0.12 | 0.4 |
| Hex | 59 | 72 | 5D | 16 | 0 | 12 | 37 | 82 | C | 28 |
| Octal | 131 | 162 | 135 | 26 | 0 | 22 | 67 | 202 | 14 | 50 |
| Binary | 1011001 | 1110010 | 1011101 | 10110 | 0 | 10010 | 110111 | 10000010 | 1100 | 101000 |
Color Harmonies of #59725D
Complementary color
Monochromatic Colors of #59725D
Black with #59725D
Text Example
Text Example
White with #59725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59725D; }
p { color: rgb(89,114,93); }
H1.HeaderClassName
{
color: #59725D;
}
.AnyTagClassName
{
color: #59725D;
}
</style>
background-color css
<style>
a { background-color: #59725D; }
a { background-color: rgb(89,114,93); }
div.DivClassName
{
background-color: #59725D;
}
.BgClassName
{
background-color: #59725D;
}
</style>
border-color css
<style>
span { border-color: #59725D; }
span { border-color: rgb(89,114,93); }
td.TdClassName
{
border-color: #59725D;
}
.TagClassName
{
border-color: #59725D;
}
</style>