Shades of Ming #396F6E
Tints of Ming #396F6E
RGB
CMYK
RGB Variations
Color information
#396F6E (or 0x396F6E) is known color: Ming. HEX triplet: 39, 6F and 6E. RGB value is (57,111,110). Sum of RGB (Red+Green+Blue) = 57+111+110=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 111 - color contains mainly: green. Hex color #396F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396F6E is #C69091. Grayscale: #5E5E5E. Windows color (decimal): -13013138 or 7237433. OLE color: 7237433.
HSL color Cylindrical-coordinate representation of color #396F6E: hue angle of 178.89º degrees, saturation: 0.32, 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 #396F6E is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 111 | 110 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.56 |
| HSL | 178.89º | 0.32% | 0.33% | - |
| HSV(B) | 178.89º | 0.49% | 0.44% | - |
| XYZ | 10.19 | 13.36 | 16.79 | - |
| YUV | 94.74 | 136.61 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 111 | 110 | 0.49 | 0 | 0.01 | 0.56 | 178.89 | 0.32 | 0.33 |
| Hex | 39 | 6F | 6E | 31 | 0 | 1 | 38 | B3 | 20 | 21 |
| Octal | 71 | 157 | 156 | 61 | 0 | 1 | 70 | 263 | 40 | 41 |
| Binary | 111001 | 1101111 | 1101110 | 110001 | 0 | 1 | 111000 | 10110011 | 100000 | 100001 |
Color Harmonies of #396F6E
Complementary color
Monochromatic Colors of #396F6E
Black with #396F6E
Text Example
Text Example
White with #396F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396F6E; }
p { color: rgb(57,111,110); }
H1.HeaderClassName
{
color: #396F6E;
}
.AnyTagClassName
{
color: #396F6E;
}
</style>
background-color css
<style>
a { background-color: #396F6E; }
a { background-color: rgb(57,111,110); }
div.DivClassName
{
background-color: #396F6E;
}
.BgClassName
{
background-color: #396F6E;
}
</style>
border-color css
<style>
span { border-color: #396F6E; }
span { border-color: rgb(57,111,110); }
td.TdClassName
{
border-color: #396F6E;
}
.TagClassName
{
border-color: #396F6E;
}
</style>