Shades of Emerald #3BD368
Tints of Emerald #3BD368
RGB
CMYK
RGB Variations
Color information
#3BD368 (or 0x3BD368) is known color: Emerald. HEX triplet: 3B, D3 and 68. RGB value is (59,211,104). Sum of RGB (Red+Green+Blue) = 59+211+104=374 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.78% from 374); Green value is 211 (82.81% from 255 or 56.42% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 211 - color contains mainly: green. Hex color #3BD368 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD368 is #C42C97. Grayscale: #999999. Windows color (decimal): -12856472 or 6869819. OLE color: 6869819.
HSL color Cylindrical-coordinate representation of color #3BD368: hue angle of 137.76º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD368 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 59 | 211 | 104 | - |
| CMYK | 0.72 | 0 | 0.51 | 0.17 |
| HSL | 137.76º | 0.63% | 0.53% | - |
| HSV(B) | 137.76º | 0.72% | 0.83% | - |
| XYZ | 27.6 | 48.52 | 21.01 | - |
| YUV | 153.35 | 100.14 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 211 | 104 | 0.72 | 0 | 0.51 | 0.17 | 137.76 | 0.63 | 0.53 |
| Hex | 3B | D3 | 68 | 48 | 0 | 33 | 11 | 8A | 3F | 35 |
| Octal | 73 | 323 | 150 | 110 | 0 | 63 | 21 | 212 | 77 | 65 |
| Binary | 111011 | 11010011 | 1101000 | 1001000 | 0 | 110011 | 10001 | 10001010 | 111111 | 110101 |
Color Harmonies of #3BD368
Complementary color
Monochromatic Colors of #3BD368
Black with #3BD368
Text Example
Text Example
White with #3BD368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD368; }
p { color: rgb(59,211,104); }
H1.HeaderClassName
{
color: #3BD368;
}
.AnyTagClassName
{
color: #3BD368;
}
</style>
background-color css
<style>
a { background-color: #3BD368; }
a { background-color: rgb(59,211,104); }
div.DivClassName
{
background-color: #3BD368;
}
.BgClassName
{
background-color: #3BD368;
}
</style>
border-color css
<style>
span { border-color: #3BD368; }
span { border-color: rgb(59,211,104); }
td.TdClassName
{
border-color: #3BD368;
}
.TagClassName
{
border-color: #3BD368;
}
</style>