Shades of Emerald #4AC068
Tints of Emerald #4AC068
RGB
CMYK
RGB Variations
Color information
#4AC068 (or 0x4AC068) is known color: Emerald. HEX triplet: 4A, C0 and 68. RGB value is (74,192,104). Sum of RGB (Red+Green+Blue) = 74+192+104=370 (49% of max value = 765). Red value is 74 (29.30% from 255 or 20% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #4AC068 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC068 is #B53F97. Grayscale: #929292. Windows color (decimal): -11878296 or 6864970. OLE color: 6864970.
HSL color Cylindrical-coordinate representation of color #4AC068: hue angle of 135.25º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4AC068 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 192 | 104 | - |
| CMYK | 0.61 | 0 | 0.46 | 0.25 |
| HSL | 135.25º | 0.48% | 0.52% | - |
| HSV(B) | 135.25º | 0.61% | 0.75% | - |
| XYZ | 24.17 | 40.15 | 19.57 | - |
| YUV | 146.69 | 103.91 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 192 | 104 | 0.61 | 0 | 0.46 | 0.25 | 135.25 | 0.48 | 0.52 |
| Hex | 4A | C0 | 68 | 3D | 0 | 2E | 19 | 87 | 30 | 34 |
| Octal | 112 | 300 | 150 | 75 | 0 | 56 | 31 | 207 | 60 | 64 |
| Binary | 1001010 | 11000000 | 1101000 | 111101 | 0 | 101110 | 11001 | 10000111 | 110000 | 110100 |
Color Harmonies of #4AC068
Complementary color
Monochromatic Colors of #4AC068
Black with #4AC068
Text Example
Text Example
White with #4AC068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC068; }
p { color: rgb(74,192,104); }
H1.HeaderClassName
{
color: #4AC068;
}
.AnyTagClassName
{
color: #4AC068;
}
</style>
background-color css
<style>
a { background-color: #4AC068; }
a { background-color: rgb(74,192,104); }
div.DivClassName
{
background-color: #4AC068;
}
.BgClassName
{
background-color: #4AC068;
}
</style>
border-color css
<style>
span { border-color: #4AC068; }
span { border-color: rgb(74,192,104); }
td.TdClassName
{
border-color: #4AC068;
}
.TagClassName
{
border-color: #4AC068;
}
</style>