Shades of Emerald #3BD369
Tints of Emerald #3BD369
RGB
CMYK
RGB Variations
Color information
#3BD369 (or 0x3BD369) is known color: Emerald. HEX triplet: 3B, D3 and 69. RGB value is (59,211,105). Sum of RGB (Red+Green+Blue) = 59+211+105=375 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.73% from 375); Green value is 211 (82.81% from 255 or 56.27% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 211 - color contains mainly: green. Hex color #3BD369 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD369 is #C42C96. Grayscale: #999999. Windows color (decimal): -12856471 or 6935355. OLE color: 6935355.
HSL color Cylindrical-coordinate representation of color #3BD369: hue angle of 138.16º 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 #3BD369 is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 59 | 211 | 105 | - |
| CMYK | 0.72 | 0 | 0.50 | 0.17 |
| HSL | 138.16º | 0.63% | 0.53% | - |
| HSV(B) | 138.16º | 0.72% | 0.83% | - |
| XYZ | 27.65 | 48.54 | 21.28 | - |
| YUV | 153.47 | 100.64 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 211 | 105 | 0.72 | 0 | 0.50 | 0.17 | 138.16 | 0.63 | 0.53 |
| Hex | 3B | D3 | 69 | 48 | 0 | 32 | 11 | 8A | 3F | 35 |
| Octal | 73 | 323 | 151 | 110 | 0 | 62 | 21 | 212 | 77 | 65 |
| Binary | 111011 | 11010011 | 1101001 | 1001000 | 0 | 110010 | 10001 | 10001010 | 111111 | 110101 |
Color Harmonies of #3BD369
Complementary color
Monochromatic Colors of #3BD369
Black with #3BD369
Text Example
Text Example
White with #3BD369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD369; }
p { color: rgb(59,211,105); }
H1.HeaderClassName
{
color: #3BD369;
}
.AnyTagClassName
{
color: #3BD369;
}
</style>
background-color css
<style>
a { background-color: #3BD369; }
a { background-color: rgb(59,211,105); }
div.DivClassName
{
background-color: #3BD369;
}
.BgClassName
{
background-color: #3BD369;
}
</style>
border-color css
<style>
span { border-color: #3BD369; }
span { border-color: rgb(59,211,105); }
td.TdClassName
{
border-color: #3BD369;
}
.TagClassName
{
border-color: #3BD369;
}
</style>