Shades of Emerald #3BC974
Tints of Emerald #3BC974
RGB
CMYK
RGB Variations
Color information
#3BC974 (or 0x3BC974) is known color: Emerald. HEX triplet: 3B, C9 and 74. RGB value is (59,201,116). Sum of RGB (Red+Green+Blue) = 59+201+116=376 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.69% from 376); Green value is 201 (78.91% from 255 or 53.46% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 201 - color contains mainly: green. Hex color #3BC974 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC974 is #C4368B. Grayscale: #959595. Windows color (decimal): -12859020 or 7653691. OLE color: 7653691.
HSL color Cylindrical-coordinate representation of color #3BC974: hue angle of 144.08º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC974 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 201 | 116 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.21 |
| HSL | 144.08º | 0.57% | 0.51% | - |
| HSV(B) | 144.08º | 0.71% | 0.79% | - |
| XYZ | 25.84 | 43.96 | 23.65 | - |
| YUV | 148.85 | 109.46 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 201 | 116 | 0.71 | 0 | 0.42 | 0.21 | 144.08 | 0.57 | 0.51 |
| Hex | 3B | C9 | 74 | 47 | 0 | 2A | 15 | 90 | 39 | 33 |
| Octal | 73 | 311 | 164 | 107 | 0 | 52 | 25 | 220 | 71 | 63 |
| Binary | 111011 | 11001001 | 1110100 | 1000111 | 0 | 101010 | 10101 | 10010000 | 111001 | 110011 |
Color Harmonies of #3BC974
Complementary color
Monochromatic Colors of #3BC974
Black with #3BC974
Text Example
Text Example
White with #3BC974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC974; }
p { color: rgb(59,201,116); }
H1.HeaderClassName
{
color: #3BC974;
}
.AnyTagClassName
{
color: #3BC974;
}
</style>
background-color css
<style>
a { background-color: #3BC974; }
a { background-color: rgb(59,201,116); }
div.DivClassName
{
background-color: #3BC974;
}
.BgClassName
{
background-color: #3BC974;
}
</style>
border-color css
<style>
span { border-color: #3BC974; }
span { border-color: rgb(59,201,116); }
td.TdClassName
{
border-color: #3BC974;
}
.TagClassName
{
border-color: #3BC974;
}
</style>