Shades of Emerald #4AC373
Tints of Emerald #4AC373
RGB
CMYK
RGB Variations
Color information
#4AC373 (or 0x4AC373) is known color: Emerald. HEX triplet: 4A, C3 and 73. RGB value is (74,195,115). Sum of RGB (Red+Green+Blue) = 74+195+115=384 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.27% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC373 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC373 is #B53C8C. Grayscale: #959595. Windows color (decimal): -11877517 or 7586634. OLE color: 7586634.
HSL color Cylindrical-coordinate representation of color #4AC373: hue angle of 140.33º 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 #4AC373 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 195 | 115 | - |
| CMYK | 0.62 | 0 | 0.41 | 0.24 |
| HSL | 140.33º | 0.5% | 0.53% | - |
| HSV(B) | 140.33º | 0.62% | 0.76% | - |
| XYZ | 25.43 | 41.72 | 22.93 | - |
| YUV | 149.7 | 108.41 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 195 | 115 | 0.62 | 0 | 0.41 | 0.24 | 140.33 | 0.5 | 0.53 |
| Hex | 4A | C3 | 73 | 3E | 0 | 29 | 18 | 8C | 32 | 35 |
| Octal | 112 | 303 | 163 | 76 | 0 | 51 | 30 | 214 | 62 | 65 |
| Binary | 1001010 | 11000011 | 1110011 | 111110 | 0 | 101001 | 11000 | 10001100 | 110010 | 110101 |
Color Harmonies of #4AC373
Complementary color
Monochromatic Colors of #4AC373
Black with #4AC373
Text Example
Text Example
White with #4AC373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC373; }
p { color: rgb(74,195,115); }
H1.HeaderClassName
{
color: #4AC373;
}
.AnyTagClassName
{
color: #4AC373;
}
</style>
background-color css
<style>
a { background-color: #4AC373; }
a { background-color: rgb(74,195,115); }
div.DivClassName
{
background-color: #4AC373;
}
.BgClassName
{
background-color: #4AC373;
}
</style>
border-color css
<style>
span { border-color: #4AC373; }
span { border-color: rgb(74,195,115); }
td.TdClassName
{
border-color: #4AC373;
}
.TagClassName
{
border-color: #4AC373;
}
</style>