Shades of Ming #3D716D
Tints of Ming #3D716D
RGB
CMYK
RGB Variations
Color information
#3D716D (or 0x3D716D) is known color: Ming. HEX triplet: 3D, 71 and 6D. RGB value is (61,113,109). Sum of RGB (Red+Green+Blue) = 61+113+109=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 113 - color contains mainly: green. Hex color #3D716D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D716D is #C28E92. Grayscale: #606060. Windows color (decimal): -12750483 or 7172413. OLE color: 7172413.
HSL color Cylindrical-coordinate representation of color #3D716D: hue angle of 175.38º 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 #3D716D is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 113 | 109 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.56 |
| HSL | 175.38º | 0.3% | 0.34% | - |
| HSV(B) | 175.38º | 0.46% | 0.44% | - |
| XYZ | 10.59 | 13.91 | 16.59 | - |
| YUV | 97 | 134.77 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 113 | 109 | 0.46 | 0 | 0.04 | 0.56 | 175.38 | 0.3 | 0.34 |
| Hex | 3D | 71 | 6D | 2E | 0 | 4 | 38 | AF | 1E | 22 |
| Octal | 75 | 161 | 155 | 56 | 0 | 4 | 70 | 257 | 36 | 42 |
| Binary | 111101 | 1110001 | 1101101 | 101110 | 0 | 100 | 111000 | 10101111 | 11110 | 100010 |
Color Harmonies of #3D716D
Complementary color
Monochromatic Colors of #3D716D
Black with #3D716D
Text Example
Text Example
White with #3D716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D716D; }
p { color: rgb(61,113,109); }
H1.HeaderClassName
{
color: #3D716D;
}
.AnyTagClassName
{
color: #3D716D;
}
</style>
background-color css
<style>
a { background-color: #3D716D; }
a { background-color: rgb(61,113,109); }
div.DivClassName
{
background-color: #3D716D;
}
.BgClassName
{
background-color: #3D716D;
}
</style>
border-color css
<style>
span { border-color: #3D716D; }
span { border-color: rgb(61,113,109); }
td.TdClassName
{
border-color: #3D716D;
}
.TagClassName
{
border-color: #3D716D;
}
</style>