Shades of Ming #416D6C
Tints of Ming #416D6C
RGB
CMYK
RGB Variations
Color information
#416D6C (or 0x416D6C) is known color: Ming. HEX triplet: 41, 6D and 6C. RGB value is (65,109,108). Sum of RGB (Red+Green+Blue) = 65+109+108=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 109 (42.97% from 255 or 38.65% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 109 - color contains mainly: green. Hex color #416D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416D6C is #BE9293. Grayscale: #5F5F5F. Windows color (decimal): -12489364 or 7105857. OLE color: 7105857.
HSL color Cylindrical-coordinate representation of color #416D6C: hue angle of 178.64º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #416D6C is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 109 | 108 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.57 |
| HSL | 178.64º | 0.25% | 0.34% | - |
| HSV(B) | 178.64º | 0.4% | 0.43% | - |
| XYZ | 10.36 | 13.14 | 16.18 | - |
| YUV | 95.73 | 134.92 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 109 | 108 | 0.40 | 0 | 0.01 | 0.57 | 178.64 | 0.25 | 0.34 |
| Hex | 41 | 6D | 6C | 28 | 0 | 1 | 39 | B3 | 19 | 22 |
| Octal | 101 | 155 | 154 | 50 | 0 | 1 | 71 | 263 | 31 | 42 |
| Binary | 1000001 | 1101101 | 1101100 | 101000 | 0 | 1 | 111001 | 10110011 | 11001 | 100010 |
Color Harmonies of #416D6C
Complementary color
Monochromatic Colors of #416D6C
Black with #416D6C
Text Example
Text Example
White with #416D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416D6C; }
p { color: rgb(65,109,108); }
H1.HeaderClassName
{
color: #416D6C;
}
.AnyTagClassName
{
color: #416D6C;
}
</style>
background-color css
<style>
a { background-color: #416D6C; }
a { background-color: rgb(65,109,108); }
div.DivClassName
{
background-color: #416D6C;
}
.BgClassName
{
background-color: #416D6C;
}
</style>
border-color css
<style>
span { border-color: #416D6C; }
span { border-color: rgb(65,109,108); }
td.TdClassName
{
border-color: #416D6C;
}
.TagClassName
{
border-color: #416D6C;
}
</style>