Shades of Ming #3E7A73
Tints of Ming #3E7A73
RGB
CMYK
RGB Variations
Color information
#3E7A73 (or 0x3E7A73) is known color: Ming. HEX triplet: 3E, 7A and 73. RGB value is (62,122,115). Sum of RGB (Red+Green+Blue) = 62+122+115=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 122 - color contains mainly: green. Hex color #3E7A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7A73 is #C1858C. Grayscale: #676767. Windows color (decimal): -12682637 or 7567934. OLE color: 7567934.
HSL color Cylindrical-coordinate representation of color #3E7A73: hue angle of 173º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E7A73 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 122 | 115 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.52 |
| HSL | 173º | 0.33% | 0.36% | - |
| HSV(B) | 173º | 0.49% | 0.48% | - |
| XYZ | 12.04 | 16.18 | 18.71 | - |
| YUV | 103.26 | 134.62 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 122 | 115 | 0.49 | 0 | 0.06 | 0.52 | 173 | 0.33 | 0.36 |
| Hex | 3E | 7A | 73 | 31 | 0 | 6 | 34 | AD | 21 | 24 |
| Octal | 76 | 172 | 163 | 61 | 0 | 6 | 64 | 255 | 41 | 44 |
| Binary | 111110 | 1111010 | 1110011 | 110001 | 0 | 110 | 110100 | 10101101 | 100001 | 100100 |
Color Harmonies of #3E7A73
Complementary color
Monochromatic Colors of #3E7A73
Black with #3E7A73
Text Example
Text Example
White with #3E7A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7A73; }
p { color: rgb(62,122,115); }
H1.HeaderClassName
{
color: #3E7A73;
}
.AnyTagClassName
{
color: #3E7A73;
}
</style>
background-color css
<style>
a { background-color: #3E7A73; }
a { background-color: rgb(62,122,115); }
div.DivClassName
{
background-color: #3E7A73;
}
.BgClassName
{
background-color: #3E7A73;
}
</style>
border-color css
<style>
span { border-color: #3E7A73; }
span { border-color: rgb(62,122,115); }
td.TdClassName
{
border-color: #3E7A73;
}
.TagClassName
{
border-color: #3E7A73;
}
</style>