Shades of Ming #3D827B
Tints of Ming #3D827B
RGB
CMYK
RGB Variations
Color information
#3D827B (or 0x3D827B) is known color: Ming. HEX triplet: 3D, 82 and 7B. RGB value is (61,130,123). Sum of RGB (Red+Green+Blue) = 61+130+123=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #3D827B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D827B is #C27D84. Grayscale: #6C6C6C. Windows color (decimal): -12746117 or 8094269. OLE color: 8094269.
HSL color Cylindrical-coordinate representation of color #3D827B: hue angle of 173.91º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D827B is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 61 | 130 | 123 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.49 |
| HSL | 173.91º | 0.36% | 0.37% | - |
| HSV(B) | 173.91º | 0.53% | 0.51% | - |
| XYZ | 13.48 | 18.39 | 21.58 | - |
| YUV | 108.57 | 136.14 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 130 | 123 | 0.53 | 0 | 0.05 | 0.49 | 173.91 | 0.36 | 0.37 |
| Hex | 3D | 82 | 7B | 35 | 0 | 5 | 31 | AE | 24 | 25 |
| Octal | 75 | 202 | 173 | 65 | 0 | 5 | 61 | 256 | 44 | 45 |
| Binary | 111101 | 10000010 | 1111011 | 110101 | 0 | 101 | 110001 | 10101110 | 100100 | 100101 |
Color Harmonies of #3D827B
Complementary color
Monochromatic Colors of #3D827B
Black with #3D827B
Text Example
Text Example
White with #3D827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D827B; }
p { color: rgb(61,130,123); }
H1.HeaderClassName
{
color: #3D827B;
}
.AnyTagClassName
{
color: #3D827B;
}
</style>
background-color css
<style>
a { background-color: #3D827B; }
a { background-color: rgb(61,130,123); }
div.DivClassName
{
background-color: #3D827B;
}
.BgClassName
{
background-color: #3D827B;
}
</style>
border-color css
<style>
span { border-color: #3D827B; }
span { border-color: rgb(61,130,123); }
td.TdClassName
{
border-color: #3D827B;
}
.TagClassName
{
border-color: #3D827B;
}
</style>