Shades of Ming #3D7270
Tints of Ming #3D7270
RGB
CMYK
RGB Variations
Color information
#3D7270 (or 0x3D7270) is known color: Ming. HEX triplet: 3D, 72 and 70. RGB value is (61,114,112). Sum of RGB (Red+Green+Blue) = 61+114+112=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 114 - color contains mainly: green. Hex color #3D7270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7270 is #C28D8F. Grayscale: #616161. Windows color (decimal): -12750224 or 7369277. OLE color: 7369277.
HSL color Cylindrical-coordinate representation of color #3D7270: hue angle of 177.74º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D7270 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 114 | 112 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.55 |
| HSL | 177.74º | 0.3% | 0.34% | - |
| HSV(B) | 177.74º | 0.46% | 0.45% | - |
| XYZ | 10.87 | 14.2 | 17.5 | - |
| YUV | 97.93 | 135.94 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 114 | 112 | 0.46 | 0 | 0.02 | 0.55 | 177.74 | 0.3 | 0.34 |
| Hex | 3D | 72 | 70 | 2E | 0 | 2 | 37 | B2 | 1E | 22 |
| Octal | 75 | 162 | 160 | 56 | 0 | 2 | 67 | 262 | 36 | 42 |
| Binary | 111101 | 1110010 | 1110000 | 101110 | 0 | 10 | 110111 | 10110010 | 11110 | 100010 |
Color Harmonies of #3D7270
Complementary color
Monochromatic Colors of #3D7270
Black with #3D7270
Text Example
Text Example
White with #3D7270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7270; }
p { color: rgb(61,114,112); }
H1.HeaderClassName
{
color: #3D7270;
}
.AnyTagClassName
{
color: #3D7270;
}
</style>
background-color css
<style>
a { background-color: #3D7270; }
a { background-color: rgb(61,114,112); }
div.DivClassName
{
background-color: #3D7270;
}
.BgClassName
{
background-color: #3D7270;
}
</style>
border-color css
<style>
span { border-color: #3D7270; }
span { border-color: rgb(61,114,112); }
td.TdClassName
{
border-color: #3D7270;
}
.TagClassName
{
border-color: #3D7270;
}
</style>