Shades of Emerald #3AD36D
Tints of Emerald #3AD36D
RGB
CMYK
RGB Variations
Color information
#3AD36D (or 0x3AD36D) is known color: Emerald. HEX triplet: 3A, D3 and 6D. RGB value is (58,211,109). Sum of RGB (Red+Green+Blue) = 58+211+109=378 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.34% from 378); Green value is 211 (82.81% from 255 or 55.82% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD36D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD36D is #C52C92. Grayscale: #999999. Windows color (decimal): -12922003 or 7197498. OLE color: 7197498.
HSL color Cylindrical-coordinate representation of color #3AD36D: hue angle of 140º 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 #3AD36D is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 211 | 109 | - |
| CMYK | 0.73 | 0 | 0.48 | 0.17 |
| HSL | 140º | 0.63% | 0.53% | - |
| HSV(B) | 140º | 0.73% | 0.83% | - |
| XYZ | 27.8 | 48.59 | 22.38 | - |
| YUV | 153.63 | 102.81 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 211 | 109 | 0.73 | 0 | 0.48 | 0.17 | 140 | 0.63 | 0.53 |
| Hex | 3A | D3 | 6D | 49 | 0 | 30 | 11 | 8C | 3F | 35 |
| Octal | 72 | 323 | 155 | 111 | 0 | 60 | 21 | 214 | 77 | 65 |
| Binary | 111010 | 11010011 | 1101101 | 1001001 | 0 | 110000 | 10001 | 10001100 | 111111 | 110101 |
Color Harmonies of #3AD36D
Complementary color
Monochromatic Colors of #3AD36D
Black with #3AD36D
Text Example
Text Example
White with #3AD36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD36D; }
p { color: rgb(58,211,109); }
H1.HeaderClassName
{
color: #3AD36D;
}
.AnyTagClassName
{
color: #3AD36D;
}
</style>
background-color css
<style>
a { background-color: #3AD36D; }
a { background-color: rgb(58,211,109); }
div.DivClassName
{
background-color: #3AD36D;
}
.BgClassName
{
background-color: #3AD36D;
}
</style>
border-color css
<style>
span { border-color: #3AD36D; }
span { border-color: rgb(58,211,109); }
td.TdClassName
{
border-color: #3AD36D;
}
.TagClassName
{
border-color: #3AD36D;
}
</style>