Shades of Ming #396C73
Tints of Ming #396C73
RGB
CMYK
RGB Variations
Color information
#396C73 (or 0x396C73) is known color: Ming. HEX triplet: 39, 6C and 73. RGB value is (57,108,115). Sum of RGB (Red+Green+Blue) = 57+108+115=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #396C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396C73 is #C6938C. Grayscale: #5D5D5D. Windows color (decimal): -13013901 or 7564345. OLE color: 7564345.
HSL color Cylindrical-coordinate representation of color #396C73: hue angle of 187.24º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #396C73 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 108 | 115 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.55 |
| HSL | 187.24º | 0.34% | 0.34% | - |
| HSV(B) | 187.24º | 0.5% | 0.45% | - |
| XYZ | 10.14 | 12.83 | 18.16 | - |
| YUV | 93.55 | 140.1 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 108 | 115 | 0.50 | 0.06 | 0 | 0.55 | 187.24 | 0.34 | 0.34 |
| Hex | 39 | 6C | 73 | 32 | 6 | 0 | 37 | BB | 22 | 22 |
| Octal | 71 | 154 | 163 | 62 | 6 | 0 | 67 | 273 | 42 | 42 |
| Binary | 111001 | 1101100 | 1110011 | 110010 | 110 | 0 | 110111 | 10111011 | 100010 | 100010 |
Color Harmonies of #396C73
Complementary color
Monochromatic Colors of #396C73
Black with #396C73
Text Example
Text Example
White with #396C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396C73; }
p { color: rgb(57,108,115); }
H1.HeaderClassName
{
color: #396C73;
}
.AnyTagClassName
{
color: #396C73;
}
</style>
background-color css
<style>
a { background-color: #396C73; }
a { background-color: rgb(57,108,115); }
div.DivClassName
{
background-color: #396C73;
}
.BgClassName
{
background-color: #396C73;
}
</style>
border-color css
<style>
span { border-color: #396C73; }
span { border-color: rgb(57,108,115); }
td.TdClassName
{
border-color: #396C73;
}
.TagClassName
{
border-color: #396C73;
}
</style>