Shades of Emerald #3AF079
Tints of Emerald #3AF079
RGB
CMYK
RGB Variations
Color information
#3AF079 (or 0x3AF079) is known color: Emerald. HEX triplet: 3A, F0 and 79. RGB value is (58,240,121). Sum of RGB (Red+Green+Blue) = 58+240+121=419 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.84% from 419); Green value is 240 (94.14% from 255 or 57.28% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF079 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF079 is #C50F86. Grayscale: #ACACAC. Windows color (decimal): -12914567 or 7991354. OLE color: 7991354.
HSL color Cylindrical-coordinate representation of color #3AF079: hue angle of 140.77º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF079 is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 240 | 121 | - |
| CMYK | 0.76 | 0 | 0.50 | 0.06 |
| HSL | 140.77º | 0.86% | 0.58% | - |
| HSV(B) | 140.77º | 0.76% | 0.94% | - |
| XYZ | 36.36 | 64.6 | 28.64 | - |
| YUV | 172.02 | 99.2 | 46.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 240 | 121 | 0.76 | 0 | 0.50 | 0.06 | 140.77 | 0.86 | 0.58 |
| Hex | 3A | F0 | 79 | 4C | 0 | 32 | 6 | 8D | 56 | 3A |
| Octal | 72 | 360 | 171 | 114 | 0 | 62 | 6 | 215 | 126 | 72 |
| Binary | 111010 | 11110000 | 1111001 | 1001100 | 0 | 110010 | 110 | 10001101 | 1010110 | 111010 |
Color Harmonies of #3AF079
Complementary color
Monochromatic Colors of #3AF079
Black with #3AF079
Text Example
Text Example
White with #3AF079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF079; }
p { color: rgb(58,240,121); }
H1.HeaderClassName
{
color: #3AF079;
}
.AnyTagClassName
{
color: #3AF079;
}
</style>
background-color css
<style>
a { background-color: #3AF079; }
a { background-color: rgb(58,240,121); }
div.DivClassName
{
background-color: #3AF079;
}
.BgClassName
{
background-color: #3AF079;
}
</style>
border-color css
<style>
span { border-color: #3AF079; }
span { border-color: rgb(58,240,121); }
td.TdClassName
{
border-color: #3AF079;
}
.TagClassName
{
border-color: #3AF079;
}
</style>