Shades of Emerald #3BD374
Tints of Emerald #3BD374
RGB
CMYK
RGB Variations
Color information
#3BD374 (or 0x3BD374) is known color: Emerald. HEX triplet: 3B, D3 and 74. RGB value is (59,211,116). Sum of RGB (Red+Green+Blue) = 59+211+116=386 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.28% from 386); Green value is 211 (82.81% from 255 or 54.66% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 211 - color contains mainly: green. Hex color #3BD374 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD374 is #C42C8B. Grayscale: #9A9A9A. Windows color (decimal): -12856460 or 7656251. OLE color: 7656251.
HSL color Cylindrical-coordinate representation of color #3BD374: hue angle of 142.5º 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 #3BD374 is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 59 | 211 | 116 | - |
| CMYK | 0.72 | 0 | 0.45 | 0.17 |
| HSL | 142.5º | 0.63% | 0.53% | - |
| HSV(B) | 142.5º | 0.72% | 0.83% | - |
| XYZ | 28.25 | 48.78 | 24.45 | - |
| YUV | 154.72 | 106.14 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 211 | 116 | 0.72 | 0 | 0.45 | 0.17 | 142.5 | 0.63 | 0.53 |
| Hex | 3B | D3 | 74 | 48 | 0 | 2D | 11 | 8E | 3F | 35 |
| Octal | 73 | 323 | 164 | 110 | 0 | 55 | 21 | 216 | 77 | 65 |
| Binary | 111011 | 11010011 | 1110100 | 1001000 | 0 | 101101 | 10001 | 10001110 | 111111 | 110101 |
Color Harmonies of #3BD374
Complementary color
Monochromatic Colors of #3BD374
Black with #3BD374
Text Example
Text Example
White with #3BD374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD374; }
p { color: rgb(59,211,116); }
H1.HeaderClassName
{
color: #3BD374;
}
.AnyTagClassName
{
color: #3BD374;
}
</style>
background-color css
<style>
a { background-color: #3BD374; }
a { background-color: rgb(59,211,116); }
div.DivClassName
{
background-color: #3BD374;
}
.BgClassName
{
background-color: #3BD374;
}
</style>
border-color css
<style>
span { border-color: #3BD374; }
span { border-color: rgb(59,211,116); }
td.TdClassName
{
border-color: #3BD374;
}
.TagClassName
{
border-color: #3BD374;
}
</style>