Shades of Emerald #4AC371
Tints of Emerald #4AC371
RGB
CMYK
RGB Variations
Color information
#4AC371 (or 0x4AC371) is known color: Emerald. HEX triplet: 4A, C3 and 71. RGB value is (74,195,113). Sum of RGB (Red+Green+Blue) = 74+195+113=382 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.37% from 382); Green value is 195 (76.56% from 255 or 51.05% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC371 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC371 is #B53C8E. Grayscale: #959595. Windows color (decimal): -11877519 or 7455562. OLE color: 7455562.
HSL color Cylindrical-coordinate representation of color #4AC371: hue angle of 139.34º 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 #4AC371 is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 195 | 113 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.24 |
| HSL | 139.34º | 0.5% | 0.53% | - |
| HSV(B) | 139.34º | 0.62% | 0.76% | - |
| XYZ | 25.32 | 41.68 | 22.33 | - |
| YUV | 149.47 | 107.41 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 195 | 113 | 0.62 | 0 | 0.42 | 0.24 | 139.34 | 0.5 | 0.53 |
| Hex | 4A | C3 | 71 | 3E | 0 | 2A | 18 | 8B | 32 | 35 |
| Octal | 112 | 303 | 161 | 76 | 0 | 52 | 30 | 213 | 62 | 65 |
| Binary | 1001010 | 11000011 | 1110001 | 111110 | 0 | 101010 | 11000 | 10001011 | 110010 | 110101 |
Color Harmonies of #4AC371
Complementary color
Monochromatic Colors of #4AC371
Black with #4AC371
Text Example
Text Example
White with #4AC371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC371; }
p { color: rgb(74,195,113); }
H1.HeaderClassName
{
color: #4AC371;
}
.AnyTagClassName
{
color: #4AC371;
}
</style>
background-color css
<style>
a { background-color: #4AC371; }
a { background-color: rgb(74,195,113); }
div.DivClassName
{
background-color: #4AC371;
}
.BgClassName
{
background-color: #4AC371;
}
</style>
border-color css
<style>
span { border-color: #4AC371; }
span { border-color: rgb(74,195,113); }
td.TdClassName
{
border-color: #4AC371;
}
.TagClassName
{
border-color: #4AC371;
}
</style>