Shades of Emerald #4AC360
Tints of Emerald #4AC360
RGB
CMYK
RGB Variations
Color information
#4AC360 (or 0x4AC360) is known color: Emerald. HEX triplet: 4A, C3 and 60. RGB value is (74,195,96). Sum of RGB (Red+Green+Blue) = 74+195+96=365 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.27% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC360 is #B53C9F. Grayscale: #939393. Windows color (decimal): -11877536 or 6341450. OLE color: 6341450.
HSL color Cylindrical-coordinate representation of color #4AC360: hue angle of 130.91º 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 #4AC360 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 195 | 96 | - |
| CMYK | 0.62 | 0 | 0.51 | 0.24 |
| HSL | 130.91º | 0.5% | 0.53% | - |
| HSV(B) | 130.91º | 0.62% | 0.76% | - |
| XYZ | 24.45 | 41.33 | 17.76 | - |
| YUV | 147.54 | 98.91 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 195 | 96 | 0.62 | 0 | 0.51 | 0.24 | 130.91 | 0.5 | 0.53 |
| Hex | 4A | C3 | 60 | 3E | 0 | 33 | 18 | 83 | 32 | 35 |
| Octal | 112 | 303 | 140 | 76 | 0 | 63 | 30 | 203 | 62 | 65 |
| Binary | 1001010 | 11000011 | 1100000 | 111110 | 0 | 110011 | 11000 | 10000011 | 110010 | 110101 |
Color Harmonies of #4AC360
Complementary color
Monochromatic Colors of #4AC360
Black with #4AC360
Text Example
Text Example
White with #4AC360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC360; }
p { color: rgb(74,195,96); }
H1.HeaderClassName
{
color: #4AC360;
}
.AnyTagClassName
{
color: #4AC360;
}
</style>
background-color css
<style>
a { background-color: #4AC360; }
a { background-color: rgb(74,195,96); }
div.DivClassName
{
background-color: #4AC360;
}
.BgClassName
{
background-color: #4AC360;
}
</style>
border-color css
<style>
span { border-color: #4AC360; }
span { border-color: rgb(74,195,96); }
td.TdClassName
{
border-color: #4AC360;
}
.TagClassName
{
border-color: #4AC360;
}
</style>