Shades of Emerald #3AD371
Tints of Emerald #3AD371
RGB
CMYK
RGB Variations
Color information
#3AD371 (or 0x3AD371) is known color: Emerald. HEX triplet: 3A, D3 and 71. RGB value is (58,211,113). Sum of RGB (Red+Green+Blue) = 58+211+113=382 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.18% from 382); Green value is 211 (82.81% from 255 or 55.24% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD371 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD371 is #C52C8E. Grayscale: #9A9A9A. Windows color (decimal): -12921999 or 7459642. OLE color: 7459642.
HSL color Cylindrical-coordinate representation of color #3AD371: hue angle of 141.57º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD371 is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 211 | 113 | - |
| CMYK | 0.73 | 0 | 0.46 | 0.17 |
| HSL | 141.57º | 0.63% | 0.53% | - |
| HSV(B) | 141.57º | 0.73% | 0.83% | - |
| XYZ | 28.02 | 48.68 | 23.54 | - |
| YUV | 154.08 | 104.81 | 59.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 211 | 113 | 0.73 | 0 | 0.46 | 0.17 | 141.57 | 0.63 | 0.53 |
| Hex | 3A | D3 | 71 | 49 | 0 | 2E | 11 | 8E | 3F | 35 |
| Octal | 72 | 323 | 161 | 111 | 0 | 56 | 21 | 216 | 77 | 65 |
| Binary | 111010 | 11010011 | 1110001 | 1001001 | 0 | 101110 | 10001 | 10001110 | 111111 | 110101 |
Color Harmonies of #3AD371
Complementary color
Monochromatic Colors of #3AD371
Black with #3AD371
Text Example
Text Example
White with #3AD371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD371; }
p { color: rgb(58,211,113); }
H1.HeaderClassName
{
color: #3AD371;
}
.AnyTagClassName
{
color: #3AD371;
}
</style>
background-color css
<style>
a { background-color: #3AD371; }
a { background-color: rgb(58,211,113); }
div.DivClassName
{
background-color: #3AD371;
}
.BgClassName
{
background-color: #3AD371;
}
</style>
border-color css
<style>
span { border-color: #3AD371; }
span { border-color: rgb(58,211,113); }
td.TdClassName
{
border-color: #3AD371;
}
.TagClassName
{
border-color: #3AD371;
}
</style>