Shades of Ming #3F7973
Tints of Ming #3F7973
RGB
CMYK
RGB Variations
Color information
#3F7973 (or 0x3F7973) is known color: Ming. HEX triplet: 3F, 79 and 73. RGB value is (63,121,115). Sum of RGB (Red+Green+Blue) = 63+121+115=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 121 - color contains mainly: green. Hex color #3F7973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7973 is #C0868C. Grayscale: #666666. Windows color (decimal): -12617357 or 7567679. OLE color: 7567679.
HSL color Cylindrical-coordinate representation of color #3F7973: hue angle of 173.79º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F7973 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 121 | 115 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.53 |
| HSL | 173.79º | 0.32% | 0.36% | - |
| HSV(B) | 173.79º | 0.48% | 0.47% | - |
| XYZ | 11.98 | 15.97 | 18.67 | - |
| YUV | 102.97 | 134.78 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 121 | 115 | 0.48 | 0 | 0.05 | 0.53 | 173.79 | 0.32 | 0.36 |
| Hex | 3F | 79 | 73 | 30 | 0 | 5 | 35 | AE | 20 | 24 |
| Octal | 77 | 171 | 163 | 60 | 0 | 5 | 65 | 256 | 40 | 44 |
| Binary | 111111 | 1111001 | 1110011 | 110000 | 0 | 101 | 110101 | 10101110 | 100000 | 100100 |
Color Harmonies of #3F7973
Complementary color
Monochromatic Colors of #3F7973
Black with #3F7973
Text Example
Text Example
White with #3F7973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7973; }
p { color: rgb(63,121,115); }
H1.HeaderClassName
{
color: #3F7973;
}
.AnyTagClassName
{
color: #3F7973;
}
</style>
background-color css
<style>
a { background-color: #3F7973; }
a { background-color: rgb(63,121,115); }
div.DivClassName
{
background-color: #3F7973;
}
.BgClassName
{
background-color: #3F7973;
}
</style>
border-color css
<style>
span { border-color: #3F7973; }
span { border-color: rgb(63,121,115); }
td.TdClassName
{
border-color: #3F7973;
}
.TagClassName
{
border-color: #3F7973;
}
</style>