Shades of Ming #3C817A
Tints of Ming #3C817A
RGB
CMYK
RGB Variations
Color information
#3C817A (or 0x3C817A) is known color: Ming. HEX triplet: 3C, 81 and 7A. RGB value is (60,129,122). Sum of RGB (Red+Green+Blue) = 60+129+122=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 129 - color contains mainly: green. Hex color #3C817A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C817A is #C37E85. Grayscale: #6B6B6B. Windows color (decimal): -12811910 or 8028476. OLE color: 8028476.
HSL color Cylindrical-coordinate representation of color #3C817A: hue angle of 173.91º degrees, saturation: 0.37, 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 #3C817A is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 129 | 122 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.49 |
| HSL | 173.91º | 0.37% | 0.37% | - |
| HSV(B) | 173.91º | 0.53% | 0.51% | - |
| XYZ | 13.23 | 18.07 | 21.2 | - |
| YUV | 107.57 | 136.14 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 129 | 122 | 0.53 | 0 | 0.05 | 0.49 | 173.91 | 0.37 | 0.37 |
| Hex | 3C | 81 | 7A | 35 | 0 | 5 | 31 | AE | 25 | 25 |
| Octal | 74 | 201 | 172 | 65 | 0 | 5 | 61 | 256 | 45 | 45 |
| Binary | 111100 | 10000001 | 1111010 | 110101 | 0 | 101 | 110001 | 10101110 | 100101 | 100101 |
Color Harmonies of #3C817A
Complementary color
Monochromatic Colors of #3C817A
Black with #3C817A
Text Example
Text Example
White with #3C817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C817A; }
p { color: rgb(60,129,122); }
H1.HeaderClassName
{
color: #3C817A;
}
.AnyTagClassName
{
color: #3C817A;
}
</style>
background-color css
<style>
a { background-color: #3C817A; }
a { background-color: rgb(60,129,122); }
div.DivClassName
{
background-color: #3C817A;
}
.BgClassName
{
background-color: #3C817A;
}
</style>
border-color css
<style>
span { border-color: #3C817A; }
span { border-color: rgb(60,129,122); }
td.TdClassName
{
border-color: #3C817A;
}
.TagClassName
{
border-color: #3C817A;
}
</style>