Shades of Ming #3D7872
Tints of Ming #3D7872
RGB
CMYK
RGB Variations
Color information
#3D7872 (or 0x3D7872) is known color: Ming. HEX triplet: 3D, 78 and 72. RGB value is (61,120,114). Sum of RGB (Red+Green+Blue) = 61+120+114=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 120 - color contains mainly: green. Hex color #3D7872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7872 is #C2878D. Grayscale: #656565. Windows color (decimal): -12748686 or 7501885. OLE color: 7501885.
HSL color Cylindrical-coordinate representation of color #3D7872: hue angle of 173.9º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D7872 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 120 | 114 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.53 |
| HSL | 173.9º | 0.33% | 0.35% | - |
| HSV(B) | 173.9º | 0.49% | 0.47% | - |
| XYZ | 11.68 | 15.64 | 18.32 | - |
| YUV | 101.68 | 134.95 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 120 | 114 | 0.49 | 0 | 0.05 | 0.53 | 173.9 | 0.33 | 0.35 |
| Hex | 3D | 78 | 72 | 31 | 0 | 5 | 35 | AE | 21 | 23 |
| Octal | 75 | 170 | 162 | 61 | 0 | 5 | 65 | 256 | 41 | 43 |
| Binary | 111101 | 1111000 | 1110010 | 110001 | 0 | 101 | 110101 | 10101110 | 100001 | 100011 |
Color Harmonies of #3D7872
Complementary color
Monochromatic Colors of #3D7872
Black with #3D7872
Text Example
Text Example
White with #3D7872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7872; }
p { color: rgb(61,120,114); }
H1.HeaderClassName
{
color: #3D7872;
}
.AnyTagClassName
{
color: #3D7872;
}
</style>
background-color css
<style>
a { background-color: #3D7872; }
a { background-color: rgb(61,120,114); }
div.DivClassName
{
background-color: #3D7872;
}
.BgClassName
{
background-color: #3D7872;
}
</style>
border-color css
<style>
span { border-color: #3D7872; }
span { border-color: rgb(61,120,114); }
td.TdClassName
{
border-color: #3D7872;
}
.TagClassName
{
border-color: #3D7872;
}
</style>