Shades of Ming #3E7370
Tints of Ming #3E7370
RGB
CMYK
RGB Variations
Color information
#3E7370 (or 0x3E7370) is known color: Ming. HEX triplet: 3E, 73 and 70. RGB value is (62,115,112). Sum of RGB (Red+Green+Blue) = 62+115+112=289 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.45% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 115 - color contains mainly: green. Hex color #3E7370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7370 is #C18C8F. Grayscale: #626262. Windows color (decimal): -12684432 or 7369534. OLE color: 7369534.
HSL color Cylindrical-coordinate representation of color #3E7370: hue angle of 176.6º 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 #3E7370 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 115 | 112 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.55 |
| HSL | 176.6º | 0.3% | 0.35% | - |
| HSV(B) | 176.6º | 0.46% | 0.45% | - |
| XYZ | 11.04 | 14.46 | 17.54 | - |
| YUV | 98.81 | 135.44 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 115 | 112 | 0.46 | 0 | 0.03 | 0.55 | 176.6 | 0.3 | 0.35 |
| Hex | 3E | 73 | 70 | 2E | 0 | 3 | 37 | B1 | 1E | 23 |
| Octal | 76 | 163 | 160 | 56 | 0 | 3 | 67 | 261 | 36 | 43 |
| Binary | 111110 | 1110011 | 1110000 | 101110 | 0 | 11 | 110111 | 10110001 | 11110 | 100011 |
Color Harmonies of #3E7370
Complementary color
Monochromatic Colors of #3E7370
Black with #3E7370
Text Example
Text Example
White with #3E7370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7370; }
p { color: rgb(62,115,112); }
H1.HeaderClassName
{
color: #3E7370;
}
.AnyTagClassName
{
color: #3E7370;
}
</style>
background-color css
<style>
a { background-color: #3E7370; }
a { background-color: rgb(62,115,112); }
div.DivClassName
{
background-color: #3E7370;
}
.BgClassName
{
background-color: #3E7370;
}
</style>
border-color css
<style>
span { border-color: #3E7370; }
span { border-color: rgb(62,115,112); }
td.TdClassName
{
border-color: #3E7370;
}
.TagClassName
{
border-color: #3E7370;
}
</style>