Shades of Ming #396D6B
Tints of Ming #396D6B
RGB
CMYK
RGB Variations
Color information
#396D6B (or 0x396D6B) is known color: Ming. HEX triplet: 39, 6D and 6B. RGB value is (57,109,107). Sum of RGB (Red+Green+Blue) = 57+109+107=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 109 - color contains mainly: green. Hex color #396D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396D6B is #C69294. Grayscale: #5D5D5D. Windows color (decimal): -13013653 or 7040313. OLE color: 7040313.
HSL color Cylindrical-coordinate representation of color #396D6B: hue angle of 177.69º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #396D6B is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 109 | 107 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.57 |
| HSL | 177.69º | 0.31% | 0.33% | - |
| HSV(B) | 177.69º | 0.48% | 0.43% | - |
| XYZ | 9.81 | 12.87 | 15.88 | - |
| YUV | 93.22 | 135.77 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 109 | 107 | 0.48 | 0 | 0.02 | 0.57 | 177.69 | 0.31 | 0.33 |
| Hex | 39 | 6D | 6B | 30 | 0 | 2 | 39 | B2 | 1F | 21 |
| Octal | 71 | 155 | 153 | 60 | 0 | 2 | 71 | 262 | 37 | 41 |
| Binary | 111001 | 1101101 | 1101011 | 110000 | 0 | 10 | 111001 | 10110010 | 11111 | 100001 |
Color Harmonies of #396D6B
Complementary color
Monochromatic Colors of #396D6B
Black with #396D6B
Text Example
Text Example
White with #396D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396D6B; }
p { color: rgb(57,109,107); }
H1.HeaderClassName
{
color: #396D6B;
}
.AnyTagClassName
{
color: #396D6B;
}
</style>
background-color css
<style>
a { background-color: #396D6B; }
a { background-color: rgb(57,109,107); }
div.DivClassName
{
background-color: #396D6B;
}
.BgClassName
{
background-color: #396D6B;
}
</style>
border-color css
<style>
span { border-color: #396D6B; }
span { border-color: rgb(57,109,107); }
td.TdClassName
{
border-color: #396D6B;
}
.TagClassName
{
border-color: #396D6B;
}
</style>