Shades of Emerald #48C673
Tints of Emerald #48C673
RGB
CMYK
RGB Variations
Color information
#48C673 (or 0x48C673) is known color: Emerald. HEX triplet: 48, C6 and 73. RGB value is (72,198,115). Sum of RGB (Red+Green+Blue) = 72+198+115=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 198 (77.73% from 255 or 51.43% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 198 - color contains mainly: green. Hex color #48C673 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C673 is #B7398C. Grayscale: #979797. Windows color (decimal): -12007821 or 7587400. OLE color: 7587400.
HSL color Cylindrical-coordinate representation of color #48C673: hue angle of 140.48º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C673 is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 198 | 115 | - |
| CMYK | 0.64 | 0 | 0.42 | 0.22 |
| HSL | 140.48º | 0.53% | 0.53% | - |
| HSV(B) | 140.48º | 0.64% | 0.78% | - |
| XYZ | 25.96 | 43 | 23.15 | - |
| YUV | 150.86 | 107.76 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 198 | 115 | 0.64 | 0 | 0.42 | 0.22 | 140.48 | 0.53 | 0.53 |
| Hex | 48 | C6 | 73 | 40 | 0 | 2A | 16 | 8C | 34 | 35 |
| Octal | 110 | 306 | 163 | 100 | 0 | 52 | 26 | 214 | 64 | 65 |
| Binary | 1001000 | 11000110 | 1110011 | 1000000 | 0 | 101010 | 10110 | 10001100 | 110100 | 110101 |
Color Harmonies of #48C673
Complementary color
Monochromatic Colors of #48C673
Black with #48C673
Text Example
Text Example
White with #48C673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C673; }
p { color: rgb(72,198,115); }
H1.HeaderClassName
{
color: #48C673;
}
.AnyTagClassName
{
color: #48C673;
}
</style>
background-color css
<style>
a { background-color: #48C673; }
a { background-color: rgb(72,198,115); }
div.DivClassName
{
background-color: #48C673;
}
.BgClassName
{
background-color: #48C673;
}
</style>
border-color css
<style>
span { border-color: #48C673; }
span { border-color: rgb(72,198,115); }
td.TdClassName
{
border-color: #48C673;
}
.TagClassName
{
border-color: #48C673;
}
</style>