Shades of Emerald #3AD373
Tints of Emerald #3AD373
RGB
CMYK
RGB Variations
Color information
#3AD373 (or 0x3AD373) is known color: Emerald. HEX triplet: 3A, D3 and 73. RGB value is (58,211,115). Sum of RGB (Red+Green+Blue) = 58+211+115=384 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.10% from 384); Green value is 211 (82.81% from 255 or 54.95% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD373 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD373 is #C52C8C. Grayscale: #9A9A9A. Windows color (decimal): -12921997 or 7590714. OLE color: 7590714.
HSL color Cylindrical-coordinate representation of color #3AD373: hue angle of 142.35º 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 #3AD373 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 211 | 115 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.17 |
| HSL | 142.35º | 0.63% | 0.53% | - |
| HSV(B) | 142.35º | 0.73% | 0.83% | - |
| XYZ | 28.13 | 48.73 | 24.14 | - |
| YUV | 154.31 | 105.81 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 211 | 115 | 0.73 | 0 | 0.45 | 0.17 | 142.35 | 0.63 | 0.53 |
| Hex | 3A | D3 | 73 | 49 | 0 | 2D | 11 | 8E | 3F | 35 |
| Octal | 72 | 323 | 163 | 111 | 0 | 55 | 21 | 216 | 77 | 65 |
| Binary | 111010 | 11010011 | 1110011 | 1001001 | 0 | 101101 | 10001 | 10001110 | 111111 | 110101 |
Color Harmonies of #3AD373
Complementary color
Monochromatic Colors of #3AD373
Black with #3AD373
Text Example
Text Example
White with #3AD373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD373; }
p { color: rgb(58,211,115); }
H1.HeaderClassName
{
color: #3AD373;
}
.AnyTagClassName
{
color: #3AD373;
}
</style>
background-color css
<style>
a { background-color: #3AD373; }
a { background-color: rgb(58,211,115); }
div.DivClassName
{
background-color: #3AD373;
}
.BgClassName
{
background-color: #3AD373;
}
</style>
border-color css
<style>
span { border-color: #3AD373; }
span { border-color: rgb(58,211,115); }
td.TdClassName
{
border-color: #3AD373;
}
.TagClassName
{
border-color: #3AD373;
}
</style>