Shades of Emerald #3BD578
Tints of Emerald #3BD578
RGB
CMYK
RGB Variations
Color information
#3BD578 (or 0x3BD578) is known color: Emerald. HEX triplet: 3B, D5 and 78. RGB value is (59,213,120). Sum of RGB (Red+Green+Blue) = 59+213+120=392 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.05% from 392); Green value is 213 (83.59% from 255 or 54.34% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 213 - color contains mainly: green. Hex color #3BD578 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD578 is #C42A87. Grayscale: #9C9C9C. Windows color (decimal): -12855944 or 7918907. OLE color: 7918907.
HSL color Cylindrical-coordinate representation of color #3BD578: hue angle of 143.77º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD578 is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 213 | 120 | - |
| CMYK | 0.72 | 0 | 0.44 | 0.16 |
| HSL | 143.77º | 0.65% | 0.53% | - |
| HSV(B) | 143.77º | 0.72% | 0.84% | - |
| XYZ | 28.99 | 49.87 | 25.87 | - |
| YUV | 156.35 | 107.48 | 58.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 213 | 120 | 0.72 | 0 | 0.44 | 0.16 | 143.77 | 0.65 | 0.53 |
| Hex | 3B | D5 | 78 | 48 | 0 | 2C | 10 | 90 | 41 | 35 |
| Octal | 73 | 325 | 170 | 110 | 0 | 54 | 20 | 220 | 101 | 65 |
| Binary | 111011 | 11010101 | 1111000 | 1001000 | 0 | 101100 | 10000 | 10010000 | 1000001 | 110101 |
Color Harmonies of #3BD578
Complementary color
Monochromatic Colors of #3BD578
Black with #3BD578
Text Example
Text Example
White with #3BD578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD578; }
p { color: rgb(59,213,120); }
H1.HeaderClassName
{
color: #3BD578;
}
.AnyTagClassName
{
color: #3BD578;
}
</style>
background-color css
<style>
a { background-color: #3BD578; }
a { background-color: rgb(59,213,120); }
div.DivClassName
{
background-color: #3BD578;
}
.BgClassName
{
background-color: #3BD578;
}
</style>
border-color css
<style>
span { border-color: #3BD578; }
span { border-color: rgb(59,213,120); }
td.TdClassName
{
border-color: #3BD578;
}
.TagClassName
{
border-color: #3BD578;
}
</style>