Shades of Emerald #4BC379
Tints of Emerald #4BC379
RGB
CMYK
RGB Variations
Color information
#4BC379 (or 0x4BC379) is known color: Emerald. HEX triplet: 4B, C3 and 79. RGB value is (75,195,121). Sum of RGB (Red+Green+Blue) = 75+195+121=391 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.18% from 391); Green value is 195 (76.56% from 255 or 49.87% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 195 - color contains mainly: green. Hex color #4BC379 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC379 is #B43C86. Grayscale: #969696. Windows color (decimal): -11811975 or 7979851. OLE color: 7979851.
HSL color Cylindrical-coordinate representation of color #4BC379: hue angle of 143º 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 #4BC379 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 75 | 195 | 121 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.24 |
| HSL | 143º | 0.5% | 0.53% | - |
| HSV(B) | 143º | 0.62% | 0.76% | - |
| XYZ | 25.87 | 41.91 | 24.81 | - |
| YUV | 150.68 | 111.24 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 195 | 121 | 0.62 | 0 | 0.38 | 0.24 | 143 | 0.5 | 0.53 |
| Hex | 4B | C3 | 79 | 3E | 0 | 26 | 18 | 8F | 32 | 35 |
| Octal | 113 | 303 | 171 | 76 | 0 | 46 | 30 | 217 | 62 | 65 |
| Binary | 1001011 | 11000011 | 1111001 | 111110 | 0 | 100110 | 11000 | 10001111 | 110010 | 110101 |
Color Harmonies of #4BC379
Complementary color
Monochromatic Colors of #4BC379
Black with #4BC379
Text Example
Text Example
White with #4BC379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC379; }
p { color: rgb(75,195,121); }
H1.HeaderClassName
{
color: #4BC379;
}
.AnyTagClassName
{
color: #4BC379;
}
</style>
background-color css
<style>
a { background-color: #4BC379; }
a { background-color: rgb(75,195,121); }
div.DivClassName
{
background-color: #4BC379;
}
.BgClassName
{
background-color: #4BC379;
}
</style>
border-color css
<style>
span { border-color: #4BC379; }
span { border-color: rgb(75,195,121); }
td.TdClassName
{
border-color: #4BC379;
}
.TagClassName
{
border-color: #4BC379;
}
</style>