Shades of Emerald #3AD374
Tints of Emerald #3AD374
RGB
CMYK
RGB Variations
Color information
#3AD374 (or 0x3AD374) is known color: Emerald. HEX triplet: 3A, D3 and 74. RGB value is (58,211,116). Sum of RGB (Red+Green+Blue) = 58+211+116=385 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.06% from 385); Green value is 211 (82.81% from 255 or 54.81% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD374 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD374 is #C52C8B. Grayscale: #9A9A9A. Windows color (decimal): -12921996 or 7656250. OLE color: 7656250.
HSL color Cylindrical-coordinate representation of color #3AD374: hue angle of 142.75º 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 #3AD374 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 211 | 116 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.17 |
| HSL | 142.75º | 0.63% | 0.53% | - |
| HSV(B) | 142.75º | 0.73% | 0.83% | - |
| XYZ | 28.19 | 48.75 | 24.45 | - |
| YUV | 154.42 | 106.31 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 211 | 116 | 0.73 | 0 | 0.45 | 0.17 | 142.75 | 0.63 | 0.53 |
| Hex | 3A | D3 | 74 | 49 | 0 | 2D | 11 | 8F | 3F | 35 |
| Octal | 72 | 323 | 164 | 111 | 0 | 55 | 21 | 217 | 77 | 65 |
| Binary | 111010 | 11010011 | 1110100 | 1001001 | 0 | 101101 | 10001 | 10001111 | 111111 | 110101 |
Color Harmonies of #3AD374
Complementary color
Monochromatic Colors of #3AD374
Black with #3AD374
Text Example
Text Example
White with #3AD374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD374; }
p { color: rgb(58,211,116); }
H1.HeaderClassName
{
color: #3AD374;
}
.AnyTagClassName
{
color: #3AD374;
}
</style>
background-color css
<style>
a { background-color: #3AD374; }
a { background-color: rgb(58,211,116); }
div.DivClassName
{
background-color: #3AD374;
}
.BgClassName
{
background-color: #3AD374;
}
</style>
border-color css
<style>
span { border-color: #3AD374; }
span { border-color: rgb(58,211,116); }
td.TdClassName
{
border-color: #3AD374;
}
.TagClassName
{
border-color: #3AD374;
}
</style>