Shades of Emerald #3AD772
Tints of Emerald #3AD772
RGB
CMYK
RGB Variations
Color information
#3AD772 (or 0x3AD772) is known color: Emerald. HEX triplet: 3A, D7 and 72. RGB value is (58,215,114). Sum of RGB (Red+Green+Blue) = 58+215+114=387 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.99% from 387); Green value is 215 (84.38% from 255 or 55.56% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD772 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD772 is #C5288D. Grayscale: #9C9C9C. Windows color (decimal): -12920974 or 7526202. OLE color: 7526202.
HSL color Cylindrical-coordinate representation of color #3AD772: hue angle of 141.4º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD772 is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 215 | 114 | - |
| CMYK | 0.73 | 0 | 0.47 | 0.16 |
| HSL | 141.4º | 0.66% | 0.54% | - |
| HSV(B) | 141.4º | 0.73% | 0.84% | - |
| XYZ | 29.08 | 50.72 | 24.18 | - |
| YUV | 156.54 | 103.99 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 114 | 0.73 | 0 | 0.47 | 0.16 | 141.4 | 0.66 | 0.54 |
| Hex | 3A | D7 | 72 | 49 | 0 | 2F | 10 | 8D | 42 | 36 |
| Octal | 72 | 327 | 162 | 111 | 0 | 57 | 20 | 215 | 102 | 66 |
| Binary | 111010 | 11010111 | 1110010 | 1001001 | 0 | 101111 | 10000 | 10001101 | 1000010 | 110110 |
Color Harmonies of #3AD772
Complementary color
Monochromatic Colors of #3AD772
Black with #3AD772
Text Example
Text Example
White with #3AD772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD772; }
p { color: rgb(58,215,114); }
H1.HeaderClassName
{
color: #3AD772;
}
.AnyTagClassName
{
color: #3AD772;
}
</style>
background-color css
<style>
a { background-color: #3AD772; }
a { background-color: rgb(58,215,114); }
div.DivClassName
{
background-color: #3AD772;
}
.BgClassName
{
background-color: #3AD772;
}
</style>
border-color css
<style>
span { border-color: #3AD772; }
span { border-color: rgb(58,215,114); }
td.TdClassName
{
border-color: #3AD772;
}
.TagClassName
{
border-color: #3AD772;
}
</style>