Shades of Mineral Green #5C635E
Tints of Mineral Green #5C635E
RGB
CMYK
RGB Variations
Color information
#5C635E (or 0x5C635E) is known color: Mineral Green. HEX triplet: 5C, 63 and 5E. RGB value is (92,99,94). Sum of RGB (Red+Green+Blue) = 92+99+94=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 99 - color contains mainly: green. Hex color #5C635E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C635E is #A39CA1. Grayscale: #606060. Windows color (decimal): -10722466 or 6185820. OLE color: 6185820.
HSL color Cylindrical-coordinate representation of color #5C635E: hue angle of 137.14º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5C635E is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 99 | 94 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.61 |
| HSL | 137.14º | 0.04% | 0.37% | - |
| HSV(B) | 137.14º | 0.07% | 0.39% | - |
| XYZ | 10.9 | 12.01 | 12.33 | - |
| YUV | 96.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 99 | 94 | 0.07 | 0 | 0.05 | 0.61 | 137.14 | 0.04 | 0.37 |
| Hex | 5C | 63 | 5E | 7 | 0 | 5 | 3D | 89 | 4 | 25 |
| Octal | 134 | 143 | 136 | 7 | 0 | 5 | 75 | 211 | 4 | 45 |
| Binary | 1011100 | 1100011 | 1011110 | 111 | 0 | 101 | 111101 | 10001001 | 100 | 100101 |
Color Harmonies of #5C635E
Complementary color
Monochromatic Colors of #5C635E
Black with #5C635E
Text Example
Text Example
White with #5C635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C635E; }
p { color: rgb(92,99,94); }
H1.HeaderClassName
{
color: #5C635E;
}
.AnyTagClassName
{
color: #5C635E;
}
</style>
background-color css
<style>
a { background-color: #5C635E; }
a { background-color: rgb(92,99,94); }
div.DivClassName
{
background-color: #5C635E;
}
.BgClassName
{
background-color: #5C635E;
}
</style>
border-color css
<style>
span { border-color: #5C635E; }
span { border-color: rgb(92,99,94); }
td.TdClassName
{
border-color: #5C635E;
}
.TagClassName
{
border-color: #5C635E;
}
</style>