Shades of Emerald #48C46D
Tints of Emerald #48C46D
RGB
CMYK
RGB Variations
Color information
#48C46D (or 0x48C46D) is known color: Emerald. HEX triplet: 48, C4 and 6D. RGB value is (72,196,109). Sum of RGB (Red+Green+Blue) = 72+196+109=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 196 (76.95% from 255 or 51.99% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 196 - color contains mainly: green. Hex color #48C46D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C46D is #B73B92. Grayscale: #959595. Windows color (decimal): -12008339 or 7193672. OLE color: 7193672.
HSL color Cylindrical-coordinate representation of color #48C46D: hue angle of 137.9º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C46D is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 196 | 109 | - |
| CMYK | 0.63 | 0 | 0.44 | 0.23 |
| HSL | 137.9º | 0.51% | 0.53% | - |
| HSV(B) | 137.9º | 0.63% | 0.77% | - |
| XYZ | 25.17 | 41.96 | 21.24 | - |
| YUV | 149.01 | 105.42 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 196 | 109 | 0.63 | 0 | 0.44 | 0.23 | 137.9 | 0.51 | 0.53 |
| Hex | 48 | C4 | 6D | 3F | 0 | 2C | 17 | 8A | 33 | 35 |
| Octal | 110 | 304 | 155 | 77 | 0 | 54 | 27 | 212 | 63 | 65 |
| Binary | 1001000 | 11000100 | 1101101 | 111111 | 0 | 101100 | 10111 | 10001010 | 110011 | 110101 |
Color Harmonies of #48C46D
Complementary color
Monochromatic Colors of #48C46D
Black with #48C46D
Text Example
Text Example
White with #48C46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C46D; }
p { color: rgb(72,196,109); }
H1.HeaderClassName
{
color: #48C46D;
}
.AnyTagClassName
{
color: #48C46D;
}
</style>
background-color css
<style>
a { background-color: #48C46D; }
a { background-color: rgb(72,196,109); }
div.DivClassName
{
background-color: #48C46D;
}
.BgClassName
{
background-color: #48C46D;
}
</style>
border-color css
<style>
span { border-color: #48C46D; }
span { border-color: rgb(72,196,109); }
td.TdClassName
{
border-color: #48C46D;
}
.TagClassName
{
border-color: #48C46D;
}
</style>