Shades of Ming #3D716F
Tints of Ming #3D716F
RGB
CMYK
RGB Variations
Color information
#3D716F (or 0x3D716F) is known color: Ming. HEX triplet: 3D, 71 and 6F. RGB value is (61,113,111). Sum of RGB (Red+Green+Blue) = 61+113+111=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 113 - color contains mainly: green. Hex color #3D716F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D716F is #C28E90. Grayscale: #616161. Windows color (decimal): -12750481 or 7303485. OLE color: 7303485.
HSL color Cylindrical-coordinate representation of color #3D716F: hue angle of 177.69º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D716F is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 113 | 111 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.56 |
| HSL | 177.69º | 0.3% | 0.34% | - |
| HSV(B) | 177.69º | 0.46% | 0.44% | - |
| XYZ | 10.7 | 13.95 | 17.17 | - |
| YUV | 97.22 | 135.77 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 113 | 111 | 0.46 | 0 | 0.02 | 0.56 | 177.69 | 0.3 | 0.34 |
| Hex | 3D | 71 | 6F | 2E | 0 | 2 | 38 | B2 | 1E | 22 |
| Octal | 75 | 161 | 157 | 56 | 0 | 2 | 70 | 262 | 36 | 42 |
| Binary | 111101 | 1110001 | 1101111 | 101110 | 0 | 10 | 111000 | 10110010 | 11110 | 100010 |
Color Harmonies of #3D716F
Complementary color
Monochromatic Colors of #3D716F
Black with #3D716F
Text Example
Text Example
White with #3D716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D716F; }
p { color: rgb(61,113,111); }
H1.HeaderClassName
{
color: #3D716F;
}
.AnyTagClassName
{
color: #3D716F;
}
</style>
background-color css
<style>
a { background-color: #3D716F; }
a { background-color: rgb(61,113,111); }
div.DivClassName
{
background-color: #3D716F;
}
.BgClassName
{
background-color: #3D716F;
}
</style>
border-color css
<style>
span { border-color: #3D716F; }
span { border-color: rgb(61,113,111); }
td.TdClassName
{
border-color: #3D716F;
}
.TagClassName
{
border-color: #3D716F;
}
</style>