Shades of Emerald #3ACD59
Tints of Emerald #3ACD59
RGB
CMYK
RGB Variations
Color information
#3ACD59 (or 0x3ACD59) is known color: Emerald. HEX triplet: 3A, CD and 59. RGB value is (58,205,89). Sum of RGB (Red+Green+Blue) = 58+205+89=352 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.48% from 352); Green value is 205 (80.47% from 255 or 58.24% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ACD59 is #C532A6. Grayscale: #949494. Windows color (decimal): -12923559 or 5885242. OLE color: 5885242.
HSL color Cylindrical-coordinate representation of color #3ACD59: hue angle of 132.65º 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 #3ACD59 is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 89 | - |
| CMYK | 0.72 | 0 | 0.57 | 0.20 |
| HSL | 132.65º | 0.6% | 0.52% | - |
| HSV(B) | 132.65º | 0.72% | 0.8% | - |
| XYZ | 25.38 | 45.28 | 16.85 | - |
| YUV | 147.82 | 94.8 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 89 | 0.72 | 0 | 0.57 | 0.20 | 132.65 | 0.6 | 0.52 |
| Hex | 3A | CD | 59 | 48 | 0 | 39 | 14 | 85 | 3C | 34 |
| Octal | 72 | 315 | 131 | 110 | 0 | 71 | 24 | 205 | 74 | 64 |
| Binary | 111010 | 11001101 | 1011001 | 1001000 | 0 | 111001 | 10100 | 10000101 | 111100 | 110100 |
Color Harmonies of #3ACD59
Complementary color
Monochromatic Colors of #3ACD59
Black with #3ACD59
Text Example
Text Example
White with #3ACD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACD59; }
p { color: rgb(58,205,89); }
H1.HeaderClassName
{
color: #3ACD59;
}
.AnyTagClassName
{
color: #3ACD59;
}
</style>
background-color css
<style>
a { background-color: #3ACD59; }
a { background-color: rgb(58,205,89); }
div.DivClassName
{
background-color: #3ACD59;
}
.BgClassName
{
background-color: #3ACD59;
}
</style>
border-color css
<style>
span { border-color: #3ACD59; }
span { border-color: rgb(58,205,89); }
td.TdClassName
{
border-color: #3ACD59;
}
.TagClassName
{
border-color: #3ACD59;
}
</style>