Shades of Ming #396D74
Tints of Ming #396D74
RGB
CMYK
RGB Variations
Color information
#396D74 (or 0x396D74) is known color: Ming. HEX triplet: 39, 6D and 74. RGB value is (57,109,116). Sum of RGB (Red+Green+Blue) = 57+109+116=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 109 (42.97% from 255 or 38.65% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 116 - color contains mainly: blue. Hex color #396D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396D74 is #C6928B. Grayscale: #5E5E5E. Windows color (decimal): -13013644 or 7630137. OLE color: 7630137.
HSL color Cylindrical-coordinate representation of color #396D74: hue angle of 187.12º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #396D74 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 109 | 116 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.55 |
| HSL | 187.12º | 0.34% | 0.34% | - |
| HSV(B) | 187.12º | 0.51% | 0.45% | - |
| XYZ | 10.31 | 13.07 | 18.5 | - |
| YUV | 94.25 | 140.27 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 109 | 116 | 0.51 | 0.06 | 0 | 0.55 | 187.12 | 0.34 | 0.34 |
| Hex | 39 | 6D | 74 | 33 | 6 | 0 | 37 | BB | 22 | 22 |
| Octal | 71 | 155 | 164 | 63 | 6 | 0 | 67 | 273 | 42 | 42 |
| Binary | 111001 | 1101101 | 1110100 | 110011 | 110 | 0 | 110111 | 10111011 | 100010 | 100010 |
Color Harmonies of #396D74
Complementary color
Monochromatic Colors of #396D74
Black with #396D74
Text Example
Text Example
White with #396D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396D74; }
p { color: rgb(57,109,116); }
H1.HeaderClassName
{
color: #396D74;
}
.AnyTagClassName
{
color: #396D74;
}
</style>
background-color css
<style>
a { background-color: #396D74; }
a { background-color: rgb(57,109,116); }
div.DivClassName
{
background-color: #396D74;
}
.BgClassName
{
background-color: #396D74;
}
</style>
border-color css
<style>
span { border-color: #396D74; }
span { border-color: rgb(57,109,116); }
td.TdClassName
{
border-color: #396D74;
}
.TagClassName
{
border-color: #396D74;
}
</style>