Shades of Ming #41706D
Tints of Ming #41706D
RGB
CMYK
RGB Variations
Color information
#41706D (or 0x41706D) is known color: Ming. HEX triplet: 41, 70 and 6D. RGB value is (65,112,109). Sum of RGB (Red+Green+Blue) = 65+112+109=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #41706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41706D is #BE8F92. Grayscale: #616161. Windows color (decimal): -12488595 or 7172161. OLE color: 7172161.
HSL color Cylindrical-coordinate representation of color #41706D: hue angle of 176.17º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #41706D is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 112 | 109 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.56 |
| HSL | 176.17º | 0.27% | 0.35% | - |
| HSV(B) | 176.17º | 0.42% | 0.44% | - |
| XYZ | 10.73 | 13.82 | 16.57 | - |
| YUV | 97.61 | 134.43 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 112 | 109 | 0.42 | 0 | 0.03 | 0.56 | 176.17 | 0.27 | 0.35 |
| Hex | 41 | 70 | 6D | 2A | 0 | 3 | 38 | B0 | 1B | 23 |
| Octal | 101 | 160 | 155 | 52 | 0 | 3 | 70 | 260 | 33 | 43 |
| Binary | 1000001 | 1110000 | 1101101 | 101010 | 0 | 11 | 111000 | 10110000 | 11011 | 100011 |
Color Harmonies of #41706D
Complementary color
Monochromatic Colors of #41706D
Black with #41706D
Text Example
Text Example
White with #41706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41706D; }
p { color: rgb(65,112,109); }
H1.HeaderClassName
{
color: #41706D;
}
.AnyTagClassName
{
color: #41706D;
}
</style>
background-color css
<style>
a { background-color: #41706D; }
a { background-color: rgb(65,112,109); }
div.DivClassName
{
background-color: #41706D;
}
.BgClassName
{
background-color: #41706D;
}
</style>
border-color css
<style>
span { border-color: #41706D; }
span { border-color: rgb(65,112,109); }
td.TdClassName
{
border-color: #41706D;
}
.TagClassName
{
border-color: #41706D;
}
</style>