Shades of Emerald #4AC36B
Tints of Emerald #4AC36B
RGB
CMYK
RGB Variations
Color information
#4AC36B (or 0x4AC36B) is known color: Emerald. HEX triplet: 4A, C3 and 6B. RGB value is (74,195,107). Sum of RGB (Red+Green+Blue) = 74+195+107=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC36B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC36B is #B53C94. Grayscale: #959595. Windows color (decimal): -11877525 or 7062346. OLE color: 7062346.
HSL color Cylindrical-coordinate representation of color #4AC36B: hue angle of 136.36º 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 #4AC36B is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 195 | 107 | - |
| CMYK | 0.62 | 0 | 0.45 | 0.24 |
| HSL | 136.36º | 0.5% | 0.53% | - |
| HSV(B) | 136.36º | 0.62% | 0.76% | - |
| XYZ | 24.99 | 41.55 | 20.61 | - |
| YUV | 148.79 | 104.41 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 195 | 107 | 0.62 | 0 | 0.45 | 0.24 | 136.36 | 0.5 | 0.53 |
| Hex | 4A | C3 | 6B | 3E | 0 | 2D | 18 | 88 | 32 | 35 |
| Octal | 112 | 303 | 153 | 76 | 0 | 55 | 30 | 210 | 62 | 65 |
| Binary | 1001010 | 11000011 | 1101011 | 111110 | 0 | 101101 | 11000 | 10001000 | 110010 | 110101 |
Color Harmonies of #4AC36B
Complementary color
Monochromatic Colors of #4AC36B
Black with #4AC36B
Text Example
Text Example
White with #4AC36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC36B; }
p { color: rgb(74,195,107); }
H1.HeaderClassName
{
color: #4AC36B;
}
.AnyTagClassName
{
color: #4AC36B;
}
</style>
background-color css
<style>
a { background-color: #4AC36B; }
a { background-color: rgb(74,195,107); }
div.DivClassName
{
background-color: #4AC36B;
}
.BgClassName
{
background-color: #4AC36B;
}
</style>
border-color css
<style>
span { border-color: #4AC36B; }
span { border-color: rgb(74,195,107); }
td.TdClassName
{
border-color: #4AC36B;
}
.TagClassName
{
border-color: #4AC36B;
}
</style>