Shades of Emerald #3BD361
Tints of Emerald #3BD361
RGB
CMYK
RGB Variations
Color information
#3BD361 (or 0x3BD361) is known color: Emerald. HEX triplet: 3B, D3 and 61. RGB value is (59,211,97). Sum of RGB (Red+Green+Blue) = 59+211+97=367 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.08% from 367); Green value is 211 (82.81% from 255 or 57.49% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 211 - color contains mainly: green. Hex color #3BD361 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD361 is #C42C9E. Grayscale: #989898. Windows color (decimal): -12856479 or 6411067. OLE color: 6411067.
HSL color Cylindrical-coordinate representation of color #3BD361: hue angle of 135º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD361 is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 59 | 211 | 97 | - |
| CMYK | 0.72 | 0 | 0.54 | 0.17 |
| HSL | 135º | 0.63% | 0.53% | - |
| HSV(B) | 135º | 0.72% | 0.83% | - |
| XYZ | 27.26 | 48.38 | 19.21 | - |
| YUV | 152.56 | 96.64 | 61.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 211 | 97 | 0.72 | 0 | 0.54 | 0.17 | 135 | 0.63 | 0.53 |
| Hex | 3B | D3 | 61 | 48 | 0 | 36 | 11 | 87 | 3F | 35 |
| Octal | 73 | 323 | 141 | 110 | 0 | 66 | 21 | 207 | 77 | 65 |
| Binary | 111011 | 11010011 | 1100001 | 1001000 | 0 | 110110 | 10001 | 10000111 | 111111 | 110101 |
Color Harmonies of #3BD361
Complementary color
Monochromatic Colors of #3BD361
Black with #3BD361
Text Example
Text Example
White with #3BD361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD361; }
p { color: rgb(59,211,97); }
H1.HeaderClassName
{
color: #3BD361;
}
.AnyTagClassName
{
color: #3BD361;
}
</style>
background-color css
<style>
a { background-color: #3BD361; }
a { background-color: rgb(59,211,97); }
div.DivClassName
{
background-color: #3BD361;
}
.BgClassName
{
background-color: #3BD361;
}
</style>
border-color css
<style>
span { border-color: #3BD361; }
span { border-color: rgb(59,211,97); }
td.TdClassName
{
border-color: #3BD361;
}
.TagClassName
{
border-color: #3BD361;
}
</style>