Shades of Emerald #4BC672
Tints of Emerald #4BC672
RGB
CMYK
RGB Variations
Color information
#4BC672 (or 0x4BC672) is known color: Emerald. HEX triplet: 4B, C6 and 72. RGB value is (75,198,114). Sum of RGB (Red+Green+Blue) = 75+198+114=387 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.38% from 387); Green value is 198 (77.73% from 255 or 51.16% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 198 - color contains mainly: green. Hex color #4BC672 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC672 is #B4398D. Grayscale: #979797. Windows color (decimal): -11811214 or 7521867. OLE color: 7521867.
HSL color Cylindrical-coordinate representation of color #4BC672: hue angle of 139.02º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC672 is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 198 | 114 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.22 |
| HSL | 139.02º | 0.52% | 0.54% | - |
| HSV(B) | 139.02º | 0.62% | 0.78% | - |
| XYZ | 26.13 | 43.1 | 22.86 | - |
| YUV | 151.65 | 106.75 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 198 | 114 | 0.62 | 0 | 0.42 | 0.22 | 139.02 | 0.52 | 0.54 |
| Hex | 4B | C6 | 72 | 3E | 0 | 2A | 16 | 8B | 34 | 36 |
| Octal | 113 | 306 | 162 | 76 | 0 | 52 | 26 | 213 | 64 | 66 |
| Binary | 1001011 | 11000110 | 1110010 | 111110 | 0 | 101010 | 10110 | 10001011 | 110100 | 110110 |
Color Harmonies of #4BC672
Complementary color
Monochromatic Colors of #4BC672
Black with #4BC672
Text Example
Text Example
White with #4BC672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC672; }
p { color: rgb(75,198,114); }
H1.HeaderClassName
{
color: #4BC672;
}
.AnyTagClassName
{
color: #4BC672;
}
</style>
background-color css
<style>
a { background-color: #4BC672; }
a { background-color: rgb(75,198,114); }
div.DivClassName
{
background-color: #4BC672;
}
.BgClassName
{
background-color: #4BC672;
}
</style>
border-color css
<style>
span { border-color: #4BC672; }
span { border-color: rgb(75,198,114); }
td.TdClassName
{
border-color: #4BC672;
}
.TagClassName
{
border-color: #4BC672;
}
</style>