Shades of Emerald #3BD682
Tints of Emerald #3BD682
RGB
CMYK
RGB Variations
Color information
#3BD682 (or 0x3BD682) is known color: Emerald. HEX triplet: 3B, D6 and 82. RGB value is (59,214,130). Sum of RGB (Red+Green+Blue) = 59+214+130=403 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.64% from 403); Green value is 214 (83.98% from 255 or 53.10% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD682 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD682 is #C4297D. Grayscale: #9E9E9E. Windows color (decimal): -12855678 or 8574523. OLE color: 8574523.
HSL color Cylindrical-coordinate representation of color #3BD682: hue angle of 147.48º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD682 is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 214 | 130 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.16 |
| HSL | 147.48º | 0.65% | 0.54% | - |
| HSV(B) | 147.48º | 0.72% | 0.84% | - |
| XYZ | 29.88 | 50.63 | 29.32 | - |
| YUV | 158.08 | 112.15 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 214 | 130 | 0.72 | 0 | 0.39 | 0.16 | 147.48 | 0.65 | 0.54 |
| Hex | 3B | D6 | 82 | 48 | 0 | 27 | 10 | 93 | 41 | 36 |
| Octal | 73 | 326 | 202 | 110 | 0 | 47 | 20 | 223 | 101 | 66 |
| Binary | 111011 | 11010110 | 10000010 | 1001000 | 0 | 100111 | 10000 | 10010011 | 1000001 | 110110 |
Color Harmonies of #3BD682
Complementary color
Monochromatic Colors of #3BD682
Black with #3BD682
Text Example
Text Example
White with #3BD682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD682; }
p { color: rgb(59,214,130); }
H1.HeaderClassName
{
color: #3BD682;
}
.AnyTagClassName
{
color: #3BD682;
}
</style>
background-color css
<style>
a { background-color: #3BD682; }
a { background-color: rgb(59,214,130); }
div.DivClassName
{
background-color: #3BD682;
}
.BgClassName
{
background-color: #3BD682;
}
</style>
border-color css
<style>
span { border-color: #3BD682; }
span { border-color: rgb(59,214,130); }
td.TdClassName
{
border-color: #3BD682;
}
.TagClassName
{
border-color: #3BD682;
}
</style>