Shades of Emerald #3ADB76
Tints of Emerald #3ADB76
RGB
CMYK
RGB Variations
Color information
#3ADB76 (or 0x3ADB76) is known color: Emerald. HEX triplet: 3A, DB and 76. RGB value is (58,219,118). Sum of RGB (Red+Green+Blue) = 58+219+118=395 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.68% from 395); Green value is 219 (85.94% from 255 or 55.44% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADB76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ADB76 is #C52489. Grayscale: #9F9F9F. Windows color (decimal): -12919946 or 7789370. OLE color: 7789370.
HSL color Cylindrical-coordinate representation of color #3ADB76: hue angle of 142.36º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADB76 is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 219 | 118 | - |
| CMYK | 0.74 | 0 | 0.46 | 0.14 |
| HSL | 142.36º | 0.69% | 0.54% | - |
| HSV(B) | 142.36º | 0.74% | 0.86% | - |
| XYZ | 30.35 | 52.87 | 25.75 | - |
| YUV | 159.35 | 104.66 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 219 | 118 | 0.74 | 0 | 0.46 | 0.14 | 142.36 | 0.69 | 0.54 |
| Hex | 3A | DB | 76 | 4A | 0 | 2E | E | 8E | 45 | 36 |
| Octal | 72 | 333 | 166 | 112 | 0 | 56 | 16 | 216 | 105 | 66 |
| Binary | 111010 | 11011011 | 1110110 | 1001010 | 0 | 101110 | 1110 | 10001110 | 1000101 | 110110 |
Color Harmonies of #3ADB76
Complementary color
Monochromatic Colors of #3ADB76
Black with #3ADB76
Text Example
Text Example
White with #3ADB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADB76; }
p { color: rgb(58,219,118); }
H1.HeaderClassName
{
color: #3ADB76;
}
.AnyTagClassName
{
color: #3ADB76;
}
</style>
background-color css
<style>
a { background-color: #3ADB76; }
a { background-color: rgb(58,219,118); }
div.DivClassName
{
background-color: #3ADB76;
}
.BgClassName
{
background-color: #3ADB76;
}
</style>
border-color css
<style>
span { border-color: #3ADB76; }
span { border-color: rgb(58,219,118); }
td.TdClassName
{
border-color: #3ADB76;
}
.TagClassName
{
border-color: #3ADB76;
}
</style>