Shades of Emerald #3ACD76
Tints of Emerald #3ACD76
RGB
CMYK
RGB Variations
Color information
#3ACD76 (or 0x3ACD76) is known color: Emerald. HEX triplet: 3A, CD and 76. RGB value is (58,205,118). Sum of RGB (Red+Green+Blue) = 58+205+118=381 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.22% from 381); Green value is 205 (80.47% from 255 or 53.81% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ACD76 is #C53289. Grayscale: #979797. Windows color (decimal): -12923530 or 7785786. OLE color: 7785786.
HSL color Cylindrical-coordinate representation of color #3ACD76: hue angle of 144.49º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACD76 is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 118 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.20 |
| HSL | 144.49º | 0.6% | 0.52% | - |
| HSV(B) | 144.49º | 0.72% | 0.8% | - |
| XYZ | 26.85 | 45.87 | 24.58 | - |
| YUV | 151.13 | 109.3 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 118 | 0.72 | 0 | 0.42 | 0.20 | 144.49 | 0.6 | 0.52 |
| Hex | 3A | CD | 76 | 48 | 0 | 2A | 14 | 90 | 3C | 34 |
| Octal | 72 | 315 | 166 | 110 | 0 | 52 | 24 | 220 | 74 | 64 |
| Binary | 111010 | 11001101 | 1110110 | 1001000 | 0 | 101010 | 10100 | 10010000 | 111100 | 110100 |
Color Harmonies of #3ACD76
Complementary color
Monochromatic Colors of #3ACD76
Black with #3ACD76
Text Example
Text Example
White with #3ACD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACD76; }
p { color: rgb(58,205,118); }
H1.HeaderClassName
{
color: #3ACD76;
}
.AnyTagClassName
{
color: #3ACD76;
}
</style>
background-color css
<style>
a { background-color: #3ACD76; }
a { background-color: rgb(58,205,118); }
div.DivClassName
{
background-color: #3ACD76;
}
.BgClassName
{
background-color: #3ACD76;
}
</style>
border-color css
<style>
span { border-color: #3ACD76; }
span { border-color: rgb(58,205,118); }
td.TdClassName
{
border-color: #3ACD76;
}
.TagClassName
{
border-color: #3ACD76;
}
</style>