Shades of Ming #34706F
Tints of Ming #34706F
RGB
CMYK
RGB Variations
Color information
#34706F (or 0x34706F) is known color: Ming. HEX triplet: 34, 70 and 6F. RGB value is (52,112,111). Sum of RGB (Red+Green+Blue) = 52+112+111=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 112 - color contains mainly: green. Hex color #34706F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34706F is #CB8F90. Grayscale: #5D5D5D. Windows color (decimal): -13340561 or 7303220. OLE color: 7303220.
HSL color Cylindrical-coordinate representation of color #34706F: hue angle of 179º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34706F is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 112 | 111 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.56 |
| HSL | 179º | 0.37% | 0.32% | - |
| HSV(B) | 179º | 0.54% | 0.44% | - |
| XYZ | 10.08 | 13.47 | 17.11 | - |
| YUV | 93.95 | 137.62 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 112 | 111 | 0.54 | 0 | 0.01 | 0.56 | 179 | 0.37 | 0.32 |
| Hex | 34 | 70 | 6F | 36 | 0 | 1 | 38 | B3 | 25 | 20 |
| Octal | 64 | 160 | 157 | 66 | 0 | 1 | 70 | 263 | 45 | 40 |
| Binary | 110100 | 1110000 | 1101111 | 110110 | 0 | 1 | 111000 | 10110011 | 100101 | 100000 |
Color Harmonies of #34706F
Complementary color
Monochromatic Colors of #34706F
Black with #34706F
Text Example
Text Example
White with #34706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34706F; }
p { color: rgb(52,112,111); }
H1.HeaderClassName
{
color: #34706F;
}
.AnyTagClassName
{
color: #34706F;
}
</style>
background-color css
<style>
a { background-color: #34706F; }
a { background-color: rgb(52,112,111); }
div.DivClassName
{
background-color: #34706F;
}
.BgClassName
{
background-color: #34706F;
}
</style>
border-color css
<style>
span { border-color: #34706F; }
span { border-color: rgb(52,112,111); }
td.TdClassName
{
border-color: #34706F;
}
.TagClassName
{
border-color: #34706F;
}
</style>