Shades of Emerald #3AD35C
Tints of Emerald #3AD35C
RGB
CMYK
RGB Variations
Color information
#3AD35C (or 0x3AD35C) is known color: Emerald. HEX triplet: 3A, D3 and 5C. RGB value is (58,211,92). Sum of RGB (Red+Green+Blue) = 58+211+92=361 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.07% from 361); Green value is 211 (82.81% from 255 or 58.45% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD35C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD35C is #C52CA3. Grayscale: #989898. Windows color (decimal): -12922020 or 6083386. OLE color: 6083386.
HSL color Cylindrical-coordinate representation of color #3AD35C: hue angle of 133.33º 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 #3AD35C is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 211 | 92 | - |
| CMYK | 0.73 | 0 | 0.56 | 0.17 |
| HSL | 133.33º | 0.63% | 0.53% | - |
| HSV(B) | 133.33º | 0.73% | 0.83% | - |
| XYZ | 26.97 | 48.26 | 18.02 | - |
| YUV | 151.69 | 94.31 | 61.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 211 | 92 | 0.73 | 0 | 0.56 | 0.17 | 133.33 | 0.63 | 0.53 |
| Hex | 3A | D3 | 5C | 49 | 0 | 38 | 11 | 85 | 3F | 35 |
| Octal | 72 | 323 | 134 | 111 | 0 | 70 | 21 | 205 | 77 | 65 |
| Binary | 111010 | 11010011 | 1011100 | 1001001 | 0 | 111000 | 10001 | 10000101 | 111111 | 110101 |
Color Harmonies of #3AD35C
Complementary color
Monochromatic Colors of #3AD35C
Black with #3AD35C
Text Example
Text Example
White with #3AD35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD35C; }
p { color: rgb(58,211,92); }
H1.HeaderClassName
{
color: #3AD35C;
}
.AnyTagClassName
{
color: #3AD35C;
}
</style>
background-color css
<style>
a { background-color: #3AD35C; }
a { background-color: rgb(58,211,92); }
div.DivClassName
{
background-color: #3AD35C;
}
.BgClassName
{
background-color: #3AD35C;
}
</style>
border-color css
<style>
span { border-color: #3AD35C; }
span { border-color: rgb(58,211,92); }
td.TdClassName
{
border-color: #3AD35C;
}
.TagClassName
{
border-color: #3AD35C;
}
</style>