Shades of Ming #396D70
Tints of Ming #396D70
RGB
CMYK
RGB Variations
Color information
#396D70 (or 0x396D70) is known color: Ming. HEX triplet: 39, 6D and 70. RGB value is (57,109,112). Sum of RGB (Red+Green+Blue) = 57+109+112=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 112 - color contains mainly: blue. Hex color #396D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396D70 is #C6928F. Grayscale: #5D5D5D. Windows color (decimal): -13013648 or 7367993. OLE color: 7367993.
HSL color Cylindrical-coordinate representation of color #396D70: hue angle of 183.27º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #396D70 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 109 | 112 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.56 |
| HSL | 183.27º | 0.33% | 0.33% | - |
| HSV(B) | 183.27º | 0.49% | 0.44% | - |
| XYZ | 10.08 | 12.98 | 17.3 | - |
| YUV | 93.79 | 138.27 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 109 | 112 | 0.49 | 0.03 | 0 | 0.56 | 183.27 | 0.33 | 0.33 |
| Hex | 39 | 6D | 70 | 31 | 3 | 0 | 38 | B7 | 21 | 21 |
| Octal | 71 | 155 | 160 | 61 | 3 | 0 | 70 | 267 | 41 | 41 |
| Binary | 111001 | 1101101 | 1110000 | 110001 | 11 | 0 | 111000 | 10110111 | 100001 | 100001 |
Color Harmonies of #396D70
Complementary color
Monochromatic Colors of #396D70
Black with #396D70
Text Example
Text Example
White with #396D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396D70; }
p { color: rgb(57,109,112); }
H1.HeaderClassName
{
color: #396D70;
}
.AnyTagClassName
{
color: #396D70;
}
</style>
background-color css
<style>
a { background-color: #396D70; }
a { background-color: rgb(57,109,112); }
div.DivClassName
{
background-color: #396D70;
}
.BgClassName
{
background-color: #396D70;
}
</style>
border-color css
<style>
span { border-color: #396D70; }
span { border-color: rgb(57,109,112); }
td.TdClassName
{
border-color: #396D70;
}
.TagClassName
{
border-color: #396D70;
}
</style>