Shades of Emerald #3BCD6B
Tints of Emerald #3BCD6B
RGB
CMYK
RGB Variations
Color information
#3BCD6B (or 0x3BCD6B) is known color: Emerald. HEX triplet: 3B, CD and 6B. RGB value is (59,205,107). Sum of RGB (Red+Green+Blue) = 59+205+107=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 205 (80.47% from 255 or 55.26% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCD6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BCD6B is #C43294. Grayscale: #969696. Windows color (decimal): -12858005 or 7064891. OLE color: 7064891.
HSL color Cylindrical-coordinate representation of color #3BCD6B: hue angle of 139.73º 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 #3BCD6B is Cyan = 0.71, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 205 | 107 | - |
| CMYK | 0.71 | 0 | 0.48 | 0.20 |
| HSL | 139.73º | 0.59% | 0.52% | - |
| HSV(B) | 139.73º | 0.71% | 0.8% | - |
| XYZ | 26.29 | 45.65 | 21.34 | - |
| YUV | 150.17 | 103.63 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 205 | 107 | 0.71 | 0 | 0.48 | 0.20 | 139.73 | 0.59 | 0.52 |
| Hex | 3B | CD | 6B | 47 | 0 | 30 | 14 | 8C | 3B | 34 |
| Octal | 73 | 315 | 153 | 107 | 0 | 60 | 24 | 214 | 73 | 64 |
| Binary | 111011 | 11001101 | 1101011 | 1000111 | 0 | 110000 | 10100 | 10001100 | 111011 | 110100 |
Color Harmonies of #3BCD6B
Complementary color
Monochromatic Colors of #3BCD6B
Black with #3BCD6B
Text Example
Text Example
White with #3BCD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCD6B; }
p { color: rgb(59,205,107); }
H1.HeaderClassName
{
color: #3BCD6B;
}
.AnyTagClassName
{
color: #3BCD6B;
}
</style>
background-color css
<style>
a { background-color: #3BCD6B; }
a { background-color: rgb(59,205,107); }
div.DivClassName
{
background-color: #3BCD6B;
}
.BgClassName
{
background-color: #3BCD6B;
}
</style>
border-color css
<style>
span { border-color: #3BCD6B; }
span { border-color: rgb(59,205,107); }
td.TdClassName
{
border-color: #3BCD6B;
}
.TagClassName
{
border-color: #3BCD6B;
}
</style>