Shades of Emerald #3BCD79
Tints of Emerald #3BCD79
RGB
CMYK
RGB Variations
Color information
#3BCD79 (or 0x3BCD79) is known color: Emerald. HEX triplet: 3B, CD and 79. RGB value is (59,205,121). Sum of RGB (Red+Green+Blue) = 59+205+121=385 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.32% from 385); Green value is 205 (80.47% from 255 or 53.25% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCD79 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BCD79 is #C43286. Grayscale: #979797. Windows color (decimal): -12857991 or 7982395. OLE color: 7982395.
HSL color Cylindrical-coordinate representation of color #3BCD79: hue angle of 145.48º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCD79 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 205 | 121 | - |
| CMYK | 0.71 | 0 | 0.41 | 0.20 |
| HSL | 145.48º | 0.59% | 0.52% | - |
| HSV(B) | 145.48º | 0.71% | 0.8% | - |
| XYZ | 27.09 | 45.97 | 25.54 | - |
| YUV | 151.77 | 110.63 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 205 | 121 | 0.71 | 0 | 0.41 | 0.20 | 145.48 | 0.59 | 0.52 |
| Hex | 3B | CD | 79 | 47 | 0 | 29 | 14 | 91 | 3B | 34 |
| Octal | 73 | 315 | 171 | 107 | 0 | 51 | 24 | 221 | 73 | 64 |
| Binary | 111011 | 11001101 | 1111001 | 1000111 | 0 | 101001 | 10100 | 10010001 | 111011 | 110100 |
Color Harmonies of #3BCD79
Complementary color
Monochromatic Colors of #3BCD79
Black with #3BCD79
Text Example
Text Example
White with #3BCD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCD79; }
p { color: rgb(59,205,121); }
H1.HeaderClassName
{
color: #3BCD79;
}
.AnyTagClassName
{
color: #3BCD79;
}
</style>
background-color css
<style>
a { background-color: #3BCD79; }
a { background-color: rgb(59,205,121); }
div.DivClassName
{
background-color: #3BCD79;
}
.BgClassName
{
background-color: #3BCD79;
}
</style>
border-color css
<style>
span { border-color: #3BCD79; }
span { border-color: rgb(59,205,121); }
td.TdClassName
{
border-color: #3BCD79;
}
.TagClassName
{
border-color: #3BCD79;
}
</style>