Shades of Emerald #3ACD65
Tints of Emerald #3ACD65
RGB
CMYK
RGB Variations
Color information
#3ACD65 (or 0x3ACD65) is known color: Emerald. HEX triplet: 3A, CD and 65. RGB value is (58,205,101). Sum of RGB (Red+Green+Blue) = 58+205+101=364 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.93% from 364); Green value is 205 (80.47% from 255 or 56.32% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ACD65 is #C5329A. Grayscale: #959595. Windows color (decimal): -12923547 or 6671674. OLE color: 6671674.
HSL color Cylindrical-coordinate representation of color #3ACD65: hue angle of 137.55º 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 #3ACD65 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 101 | - |
| CMYK | 0.72 | 0 | 0.51 | 0.20 |
| HSL | 137.55º | 0.6% | 0.52% | - |
| HSV(B) | 137.55º | 0.72% | 0.8% | - |
| XYZ | 25.93 | 45.5 | 19.73 | - |
| YUV | 149.19 | 100.8 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 101 | 0.72 | 0 | 0.51 | 0.20 | 137.55 | 0.6 | 0.52 |
| Hex | 3A | CD | 65 | 48 | 0 | 33 | 14 | 8A | 3C | 34 |
| Octal | 72 | 315 | 145 | 110 | 0 | 63 | 24 | 212 | 74 | 64 |
| Binary | 111010 | 11001101 | 1100101 | 1001000 | 0 | 110011 | 10100 | 10001010 | 111100 | 110100 |
Color Harmonies of #3ACD65
Complementary color
Monochromatic Colors of #3ACD65
Black with #3ACD65
Text Example
Text Example
White with #3ACD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACD65; }
p { color: rgb(58,205,101); }
H1.HeaderClassName
{
color: #3ACD65;
}
.AnyTagClassName
{
color: #3ACD65;
}
</style>
background-color css
<style>
a { background-color: #3ACD65; }
a { background-color: rgb(58,205,101); }
div.DivClassName
{
background-color: #3ACD65;
}
.BgClassName
{
background-color: #3ACD65;
}
</style>
border-color css
<style>
span { border-color: #3ACD65; }
span { border-color: rgb(58,205,101); }
td.TdClassName
{
border-color: #3ACD65;
}
.TagClassName
{
border-color: #3ACD65;
}
</style>