Shades of Emerald #3AD860
Tints of Emerald #3AD860
RGB
CMYK
RGB Variations
Color information
#3AD860 (or 0x3AD860) is known color: Emerald. HEX triplet: 3A, D8 and 60. RGB value is (58,216,96). Sum of RGB (Red+Green+Blue) = 58+216+96=370 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.68% from 370); Green value is 216 (84.77% from 255 or 58.38% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD860 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD860 is #C5279F. Grayscale: #9B9B9B. Windows color (decimal): -12920736 or 6346810. OLE color: 6346810.
HSL color Cylindrical-coordinate representation of color #3AD860: hue angle of 134.43º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD860 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 216 | 96 | - |
| CMYK | 0.73 | 0 | 0.56 | 0.15 |
| HSL | 134.43º | 0.67% | 0.54% | - |
| HSV(B) | 134.43º | 0.73% | 0.85% | - |
| XYZ | 28.41 | 50.86 | 19.39 | - |
| YUV | 155.08 | 94.65 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 96 | 0.73 | 0 | 0.56 | 0.15 | 134.43 | 0.67 | 0.54 |
| Hex | 3A | D8 | 60 | 49 | 0 | 38 | F | 86 | 43 | 36 |
| Octal | 72 | 330 | 140 | 111 | 0 | 70 | 17 | 206 | 103 | 66 |
| Binary | 111010 | 11011000 | 1100000 | 1001001 | 0 | 111000 | 1111 | 10000110 | 1000011 | 110110 |
Color Harmonies of #3AD860
Complementary color
Monochromatic Colors of #3AD860
Black with #3AD860
Text Example
Text Example
White with #3AD860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD860; }
p { color: rgb(58,216,96); }
H1.HeaderClassName
{
color: #3AD860;
}
.AnyTagClassName
{
color: #3AD860;
}
</style>
background-color css
<style>
a { background-color: #3AD860; }
a { background-color: rgb(58,216,96); }
div.DivClassName
{
background-color: #3AD860;
}
.BgClassName
{
background-color: #3AD860;
}
</style>
border-color css
<style>
span { border-color: #3AD860; }
span { border-color: rgb(58,216,96); }
td.TdClassName
{
border-color: #3AD860;
}
.TagClassName
{
border-color: #3AD860;
}
</style>