Shades of Emerald #3AD56D
Tints of Emerald #3AD56D
RGB
CMYK
RGB Variations
Color information
#3AD56D (or 0x3AD56D) is known color: Emerald. HEX triplet: 3A, D5 and 6D. RGB value is (58,213,109). Sum of RGB (Red+Green+Blue) = 58+213+109=380 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.26% from 380); Green value is 213 (83.59% from 255 or 56.05% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD56D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD56D is #C52A92. Grayscale: #9B9B9B. Windows color (decimal): -12921491 or 7198010. OLE color: 7198010.
HSL color Cylindrical-coordinate representation of color #3AD56D: hue angle of 139.74º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD56D is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 213 | 109 | - |
| CMYK | 0.73 | 0 | 0.49 | 0.16 |
| HSL | 139.74º | 0.65% | 0.53% | - |
| HSV(B) | 139.74º | 0.73% | 0.84% | - |
| XYZ | 28.3 | 49.59 | 22.55 | - |
| YUV | 154.8 | 102.15 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 213 | 109 | 0.73 | 0 | 0.49 | 0.16 | 139.74 | 0.65 | 0.53 |
| Hex | 3A | D5 | 6D | 49 | 0 | 31 | 10 | 8C | 41 | 35 |
| Octal | 72 | 325 | 155 | 111 | 0 | 61 | 20 | 214 | 101 | 65 |
| Binary | 111010 | 11010101 | 1101101 | 1001001 | 0 | 110001 | 10000 | 10001100 | 1000001 | 110101 |
Color Harmonies of #3AD56D
Complementary color
Monochromatic Colors of #3AD56D
Black with #3AD56D
Text Example
Text Example
White with #3AD56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD56D; }
p { color: rgb(58,213,109); }
H1.HeaderClassName
{
color: #3AD56D;
}
.AnyTagClassName
{
color: #3AD56D;
}
</style>
background-color css
<style>
a { background-color: #3AD56D; }
a { background-color: rgb(58,213,109); }
div.DivClassName
{
background-color: #3AD56D;
}
.BgClassName
{
background-color: #3AD56D;
}
</style>
border-color css
<style>
span { border-color: #3AD56D; }
span { border-color: rgb(58,213,109); }
td.TdClassName
{
border-color: #3AD56D;
}
.TagClassName
{
border-color: #3AD56D;
}
</style>