Shades of Emerald #4AC379
Tints of Emerald #4AC379
RGB
CMYK
RGB Variations
Color information
#4AC379 (or 0x4AC379) is known color: Emerald. HEX triplet: 4A, C3 and 79. RGB value is (74,195,121). Sum of RGB (Red+Green+Blue) = 74+195+121=390 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.97% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC379 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC379 is #B53C86. Grayscale: #969696. Windows color (decimal): -11877511 or 7979850. OLE color: 7979850.
HSL color Cylindrical-coordinate representation of color #4AC379: hue angle of 143.31º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC379 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 195 | 121 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.24 |
| HSL | 143.31º | 0.5% | 0.53% | - |
| HSV(B) | 143.31º | 0.62% | 0.76% | - |
| XYZ | 25.79 | 41.87 | 24.81 | - |
| YUV | 150.39 | 111.41 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 195 | 121 | 0.62 | 0 | 0.38 | 0.24 | 143.31 | 0.5 | 0.53 |
| Hex | 4A | C3 | 79 | 3E | 0 | 26 | 18 | 8F | 32 | 35 |
| Octal | 112 | 303 | 171 | 76 | 0 | 46 | 30 | 217 | 62 | 65 |
| Binary | 1001010 | 11000011 | 1111001 | 111110 | 0 | 100110 | 11000 | 10001111 | 110010 | 110101 |
Color Harmonies of #4AC379
Complementary color
Monochromatic Colors of #4AC379
Black with #4AC379
Text Example
Text Example
White with #4AC379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC379; }
p { color: rgb(74,195,121); }
H1.HeaderClassName
{
color: #4AC379;
}
.AnyTagClassName
{
color: #4AC379;
}
</style>
background-color css
<style>
a { background-color: #4AC379; }
a { background-color: rgb(74,195,121); }
div.DivClassName
{
background-color: #4AC379;
}
.BgClassName
{
background-color: #4AC379;
}
</style>
border-color css
<style>
span { border-color: #4AC379; }
span { border-color: rgb(74,195,121); }
td.TdClassName
{
border-color: #4AC379;
}
.TagClassName
{
border-color: #4AC379;
}
</style>