Shades of Emerald #3BCC78
Tints of Emerald #3BCC78
RGB
CMYK
RGB Variations
Color information
#3BCC78 (or 0x3BCC78) is known color: Emerald. HEX triplet: 3B, CC and 78. RGB value is (59,204,120). Sum of RGB (Red+Green+Blue) = 59+204+120=383 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.40% from 383); Green value is 204 (80.08% from 255 or 53.26% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 204 - color contains mainly: green. Hex color #3BCC78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BCC78 is #C43387. Grayscale: #979797. Windows color (decimal): -12858248 or 7916603. OLE color: 7916603.
HSL color Cylindrical-coordinate representation of color #3BCC78: hue angle of 145.24º 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 #3BCC78 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 59 | 204 | 120 | - |
| CMYK | 0.71 | 0 | 0.41 | 0.2 |
| HSL | 145.24º | 0.59% | 0.52% | - |
| HSV(B) | 145.24º | 0.71% | 0.8% | - |
| XYZ | 26.79 | 45.47 | 25.13 | - |
| YUV | 151.07 | 110.46 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 204 | 120 | 0.71 | 0 | 0.41 | 0.2 | 145.24 | 0.59 | 0.52 |
| Hex | 3B | CC | 78 | 47 | 0 | 29 | 14 | 91 | 3B | 34 |
| Octal | 73 | 314 | 170 | 107 | 0 | 51 | 24 | 221 | 73 | 64 |
| Binary | 111011 | 11001100 | 1111000 | 1000111 | 0 | 101001 | 10100 | 10010001 | 111011 | 110100 |
Color Harmonies of #3BCC78
Complementary color
Monochromatic Colors of #3BCC78
Black with #3BCC78
Text Example
Text Example
White with #3BCC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCC78; }
p { color: rgb(59,204,120); }
H1.HeaderClassName
{
color: #3BCC78;
}
.AnyTagClassName
{
color: #3BCC78;
}
</style>
background-color css
<style>
a { background-color: #3BCC78; }
a { background-color: rgb(59,204,120); }
div.DivClassName
{
background-color: #3BCC78;
}
.BgClassName
{
background-color: #3BCC78;
}
</style>
border-color css
<style>
span { border-color: #3BCC78; }
span { border-color: rgb(59,204,120); }
td.TdClassName
{
border-color: #3BCC78;
}
.TagClassName
{
border-color: #3BCC78;
}
</style>