Shades of Ming #3E6D73
Tints of Ming #3E6D73
RGB
CMYK
RGB Variations
Color information
#3E6D73 (or 0x3E6D73) is known color: Ming. HEX triplet: 3E, 6D and 73. RGB value is (62,109,115). Sum of RGB (Red+Green+Blue) = 62+109+115=286 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.68% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 115 - color contains mainly: blue. Hex color #3E6D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6D73 is #C1928C. Grayscale: #5F5F5F. Windows color (decimal): -12685965 or 7564606. OLE color: 7564606.
HSL color Cylindrical-coordinate representation of color #3E6D73: hue angle of 186.79º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E6D73 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 109 | 115 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.55 |
| HSL | 186.79º | 0.3% | 0.35% | - |
| HSV(B) | 186.79º | 0.46% | 0.45% | - |
| XYZ | 10.55 | 13.2 | 18.21 | - |
| YUV | 95.63 | 138.93 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 109 | 115 | 0.46 | 0.05 | 0 | 0.55 | 186.79 | 0.3 | 0.35 |
| Hex | 3E | 6D | 73 | 2E | 5 | 0 | 37 | BB | 1E | 23 |
| Octal | 76 | 155 | 163 | 56 | 5 | 0 | 67 | 273 | 36 | 43 |
| Binary | 111110 | 1101101 | 1110011 | 101110 | 101 | 0 | 110111 | 10111011 | 11110 | 100011 |
Color Harmonies of #3E6D73
Complementary color
Monochromatic Colors of #3E6D73
Black with #3E6D73
Text Example
Text Example
White with #3E6D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6D73; }
p { color: rgb(62,109,115); }
H1.HeaderClassName
{
color: #3E6D73;
}
.AnyTagClassName
{
color: #3E6D73;
}
</style>
background-color css
<style>
a { background-color: #3E6D73; }
a { background-color: rgb(62,109,115); }
div.DivClassName
{
background-color: #3E6D73;
}
.BgClassName
{
background-color: #3E6D73;
}
</style>
border-color css
<style>
span { border-color: #3E6D73; }
span { border-color: rgb(62,109,115); }
td.TdClassName
{
border-color: #3E6D73;
}
.TagClassName
{
border-color: #3E6D73;
}
</style>