Shades of Mineral Green #5D625E
Tints of Mineral Green #5D625E
RGB
CMYK
RGB Variations
Color information
#5D625E (or 0x5D625E) is known color: Mineral Green. HEX triplet: 5D, 62 and 5E. RGB value is (93,98,94). Sum of RGB (Red+Green+Blue) = 93+98+94=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 98 - color contains mainly: green. Hex color #5D625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D625E is #A29DA1. Grayscale: #606060. Windows color (decimal): -10657186 or 6185565. OLE color: 6185565.
HSL color Cylindrical-coordinate representation of color #5D625E: hue angle of 132º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5D625E is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 98 | 94 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.62 |
| HSL | 132º | 0.03% | 0.37% | - |
| HSV(B) | 132º | 0.05% | 0.38% | - |
| XYZ | 10.9 | 11.87 | 12.31 | - |
| YUV | 96.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 98 | 94 | 0.05 | 0 | 0.04 | 0.62 | 132 | 0.03 | 0.37 |
| Hex | 5D | 62 | 5E | 5 | 0 | 4 | 3E | 84 | 3 | 25 |
| Octal | 135 | 142 | 136 | 5 | 0 | 4 | 76 | 204 | 3 | 45 |
| Binary | 1011101 | 1100010 | 1011110 | 101 | 0 | 100 | 111110 | 10000100 | 11 | 100101 |
Color Harmonies of #5D625E
Complementary color
Monochromatic Colors of #5D625E
Black with #5D625E
Text Example
Text Example
White with #5D625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D625E; }
p { color: rgb(93,98,94); }
H1.HeaderClassName
{
color: #5D625E;
}
.AnyTagClassName
{
color: #5D625E;
}
</style>
background-color css
<style>
a { background-color: #5D625E; }
a { background-color: rgb(93,98,94); }
div.DivClassName
{
background-color: #5D625E;
}
.BgClassName
{
background-color: #5D625E;
}
</style>
border-color css
<style>
span { border-color: #5D625E; }
span { border-color: rgb(93,98,94); }
td.TdClassName
{
border-color: #5D625E;
}
.TagClassName
{
border-color: #5D625E;
}
</style>