Shades of Emerald #3AD669
Tints of Emerald #3AD669
RGB
CMYK
RGB Variations
Color information
#3AD669 (or 0x3AD669) is known color: Emerald. HEX triplet: 3A, D6 and 69. RGB value is (58,214,105). Sum of RGB (Red+Green+Blue) = 58+214+105=377 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.38% from 377); Green value is 214 (83.98% from 255 or 56.76% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD669 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD669 is #C52996. Grayscale: #9B9B9B. Windows color (decimal): -12921239 or 6936122. OLE color: 6936122.
HSL color Cylindrical-coordinate representation of color #3AD669: hue angle of 138.08º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD669 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 105 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.16 |
| HSL | 138.08º | 0.66% | 0.53% | - |
| HSV(B) | 138.08º | 0.73% | 0.84% | - |
| XYZ | 28.34 | 50.01 | 21.52 | - |
| YUV | 154.93 | 99.82 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 105 | 0.73 | 0 | 0.51 | 0.16 | 138.08 | 0.66 | 0.53 |
| Hex | 3A | D6 | 69 | 49 | 0 | 33 | 10 | 8A | 42 | 35 |
| Octal | 72 | 326 | 151 | 111 | 0 | 63 | 20 | 212 | 102 | 65 |
| Binary | 111010 | 11010110 | 1101001 | 1001001 | 0 | 110011 | 10000 | 10001010 | 1000010 | 110101 |
Color Harmonies of #3AD669
Complementary color
Monochromatic Colors of #3AD669
Black with #3AD669
Text Example
Text Example
White with #3AD669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD669; }
p { color: rgb(58,214,105); }
H1.HeaderClassName
{
color: #3AD669;
}
.AnyTagClassName
{
color: #3AD669;
}
</style>
background-color css
<style>
a { background-color: #3AD669; }
a { background-color: rgb(58,214,105); }
div.DivClassName
{
background-color: #3AD669;
}
.BgClassName
{
background-color: #3AD669;
}
</style>
border-color css
<style>
span { border-color: #3AD669; }
span { border-color: rgb(58,214,105); }
td.TdClassName
{
border-color: #3AD669;
}
.TagClassName
{
border-color: #3AD669;
}
</style>