Shades of Emerald #3BCC77
Tints of Emerald #3BCC77
RGB
CMYK
RGB Variations
Color information
#3BCC77 (or 0x3BCC77) is known color: Emerald. HEX triplet: 3B, CC and 77. RGB value is (59,204,119). Sum of RGB (Red+Green+Blue) = 59+204+119=382 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.45% from 382); Green value is 204 (80.08% from 255 or 53.40% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 204 - color contains mainly: green. Hex color #3BCC77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BCC77 is #C43388. Grayscale: #979797. Windows color (decimal): -12858249 or 7851067. OLE color: 7851067.
HSL color Cylindrical-coordinate representation of color #3BCC77: hue angle of 144.83º 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 #3BCC77 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 59 | 204 | 119 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.2 |
| HSL | 144.83º | 0.59% | 0.52% | - |
| HSV(B) | 144.83º | 0.71% | 0.8% | - |
| XYZ | 26.73 | 45.45 | 24.82 | - |
| YUV | 150.96 | 109.96 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 204 | 119 | 0.71 | 0 | 0.42 | 0.2 | 144.83 | 0.59 | 0.52 |
| Hex | 3B | CC | 77 | 47 | 0 | 2A | 14 | 91 | 3B | 34 |
| Octal | 73 | 314 | 167 | 107 | 0 | 52 | 24 | 221 | 73 | 64 |
| Binary | 111011 | 11001100 | 1110111 | 1000111 | 0 | 101010 | 10100 | 10010001 | 111011 | 110100 |
Color Harmonies of #3BCC77
Complementary color
Monochromatic Colors of #3BCC77
Black with #3BCC77
Text Example
Text Example
White with #3BCC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCC77; }
p { color: rgb(59,204,119); }
H1.HeaderClassName
{
color: #3BCC77;
}
.AnyTagClassName
{
color: #3BCC77;
}
</style>
background-color css
<style>
a { background-color: #3BCC77; }
a { background-color: rgb(59,204,119); }
div.DivClassName
{
background-color: #3BCC77;
}
.BgClassName
{
background-color: #3BCC77;
}
</style>
border-color css
<style>
span { border-color: #3BCC77; }
span { border-color: rgb(59,204,119); }
td.TdClassName
{
border-color: #3BCC77;
}
.TagClassName
{
border-color: #3BCC77;
}
</style>