Shades of Emerald #3AEA64
Tints of Emerald #3AEA64
RGB
CMYK
RGB Variations
Color information
#3AEA64 (or 0x3AEA64) is known color: Emerald. HEX triplet: 3A, EA and 64. RGB value is (58,234,100). Sum of RGB (Red+Green+Blue) = 58+234+100=392 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.80% from 392); Green value is 234 (91.80% from 255 or 59.69% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 234 - color contains mainly: green. Hex color #3AEA64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AEA64 is #C5159B. Grayscale: #A6A6A6. Windows color (decimal): -12916124 or 6613562. OLE color: 6613562.
HSL color Cylindrical-coordinate representation of color #3AEA64: hue angle of 134.32º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AEA64 is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 234 | 100 | - |
| CMYK | 0.75 | 0 | 0.57 | 0.08 |
| HSL | 134.32º | 0.81% | 0.57% | - |
| HSV(B) | 134.32º | 0.75% | 0.92% | - |
| XYZ | 33.47 | 60.67 | 22 | - |
| YUV | 166.1 | 90.69 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 234 | 100 | 0.75 | 0 | 0.57 | 0.08 | 134.32 | 0.81 | 0.57 |
| Hex | 3A | EA | 64 | 4B | 0 | 39 | 8 | 86 | 51 | 39 |
| Octal | 72 | 352 | 144 | 113 | 0 | 71 | 10 | 206 | 121 | 71 |
| Binary | 111010 | 11101010 | 1100100 | 1001011 | 0 | 111001 | 1000 | 10000110 | 1010001 | 111001 |
Color Harmonies of #3AEA64
Complementary color
Monochromatic Colors of #3AEA64
Black with #3AEA64
Text Example
Text Example
White with #3AEA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEA64; }
p { color: rgb(58,234,100); }
H1.HeaderClassName
{
color: #3AEA64;
}
.AnyTagClassName
{
color: #3AEA64;
}
</style>
background-color css
<style>
a { background-color: #3AEA64; }
a { background-color: rgb(58,234,100); }
div.DivClassName
{
background-color: #3AEA64;
}
.BgClassName
{
background-color: #3AEA64;
}
</style>
border-color css
<style>
span { border-color: #3AEA64; }
span { border-color: rgb(58,234,100); }
td.TdClassName
{
border-color: #3AEA64;
}
.TagClassName
{
border-color: #3AEA64;
}
</style>