Shades of Emerald #3BD372
Tints of Emerald #3BD372
RGB
CMYK
RGB Variations
Color information
#3BD372 (or 0x3BD372) is known color: Emerald. HEX triplet: 3B, D3 and 72. RGB value is (59,211,114). Sum of RGB (Red+Green+Blue) = 59+211+114=384 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.36% from 384); Green value is 211 (82.81% from 255 or 54.95% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 211 - color contains mainly: green. Hex color #3BD372 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD372 is #C42C8D. Grayscale: #9A9A9A. Windows color (decimal): -12856462 or 7525179. OLE color: 7525179.
HSL color Cylindrical-coordinate representation of color #3BD372: hue angle of 141.71º 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 #3BD372 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 59 | 211 | 114 | - |
| CMYK | 0.72 | 0 | 0.46 | 0.17 |
| HSL | 141.71º | 0.63% | 0.53% | - |
| HSV(B) | 141.71º | 0.72% | 0.83% | - |
| XYZ | 28.14 | 48.73 | 23.84 | - |
| YUV | 154.49 | 105.14 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 211 | 114 | 0.72 | 0 | 0.46 | 0.17 | 141.71 | 0.63 | 0.53 |
| Hex | 3B | D3 | 72 | 48 | 0 | 2E | 11 | 8E | 3F | 35 |
| Octal | 73 | 323 | 162 | 110 | 0 | 56 | 21 | 216 | 77 | 65 |
| Binary | 111011 | 11010011 | 1110010 | 1001000 | 0 | 101110 | 10001 | 10001110 | 111111 | 110101 |
Color Harmonies of #3BD372
Complementary color
Monochromatic Colors of #3BD372
Black with #3BD372
Text Example
Text Example
White with #3BD372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD372; }
p { color: rgb(59,211,114); }
H1.HeaderClassName
{
color: #3BD372;
}
.AnyTagClassName
{
color: #3BD372;
}
</style>
background-color css
<style>
a { background-color: #3BD372; }
a { background-color: rgb(59,211,114); }
div.DivClassName
{
background-color: #3BD372;
}
.BgClassName
{
background-color: #3BD372;
}
</style>
border-color css
<style>
span { border-color: #3BD372; }
span { border-color: rgb(59,211,114); }
td.TdClassName
{
border-color: #3BD372;
}
.TagClassName
{
border-color: #3BD372;
}
</style>