Shades of Emerald #3ACD78
Tints of Emerald #3ACD78
RGB
CMYK
RGB Variations
Color information
#3ACD78 (or 0x3ACD78) is known color: Emerald. HEX triplet: 3A, CD and 78. RGB value is (58,205,120). Sum of RGB (Red+Green+Blue) = 58+205+120=383 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.14% from 383); Green value is 205 (80.47% from 255 or 53.52% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ACD78 is #C53287. Grayscale: #979797. Windows color (decimal): -12923528 or 7916858. OLE color: 7916858.
HSL color Cylindrical-coordinate representation of color #3ACD78: hue angle of 145.31º 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 #3ACD78 is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 120 | - |
| CMYK | 0.72 | 0 | 0.41 | 0.20 |
| HSL | 145.31º | 0.6% | 0.52% | - |
| HSV(B) | 145.31º | 0.72% | 0.8% | - |
| XYZ | 26.97 | 45.92 | 25.21 | - |
| YUV | 151.36 | 110.3 | 61.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 120 | 0.72 | 0 | 0.41 | 0.20 | 145.31 | 0.6 | 0.52 |
| Hex | 3A | CD | 78 | 48 | 0 | 29 | 14 | 91 | 3C | 34 |
| Octal | 72 | 315 | 170 | 110 | 0 | 51 | 24 | 221 | 74 | 64 |
| Binary | 111010 | 11001101 | 1111000 | 1001000 | 0 | 101001 | 10100 | 10010001 | 111100 | 110100 |
Color Harmonies of #3ACD78
Complementary color
Monochromatic Colors of #3ACD78
Black with #3ACD78
Text Example
Text Example
White with #3ACD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACD78; }
p { color: rgb(58,205,120); }
H1.HeaderClassName
{
color: #3ACD78;
}
.AnyTagClassName
{
color: #3ACD78;
}
</style>
background-color css
<style>
a { background-color: #3ACD78; }
a { background-color: rgb(58,205,120); }
div.DivClassName
{
background-color: #3ACD78;
}
.BgClassName
{
background-color: #3ACD78;
}
</style>
border-color css
<style>
span { border-color: #3ACD78; }
span { border-color: rgb(58,205,120); }
td.TdClassName
{
border-color: #3ACD78;
}
.TagClassName
{
border-color: #3ACD78;
}
</style>