Shades of Emerald #48C389
Tints of Emerald #48C389
RGB
CMYK
RGB Variations
Color information
#48C389 (or 0x48C389) is known color: Emerald. HEX triplet: 48, C3 and 89. RGB value is (72,195,137). Sum of RGB (Red+Green+Blue) = 72+195+137=404 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.82% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #48C389 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C389 is #B73C76. Grayscale: #979797. Windows color (decimal): -12008567 or 9028424. OLE color: 9028424.
HSL color Cylindrical-coordinate representation of color #48C389: hue angle of 151.71º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C389 is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 195 | 137 | - |
| CMYK | 0.63 | 0 | 0.30 | 0.24 |
| HSL | 151.71º | 0.51% | 0.52% | - |
| HSV(B) | 151.71º | 0.63% | 0.76% | - |
| XYZ | 26.7 | 42.21 | 30.41 | - |
| YUV | 151.61 | 119.75 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 195 | 137 | 0.63 | 0 | 0.30 | 0.24 | 151.71 | 0.51 | 0.52 |
| Hex | 48 | C3 | 89 | 3F | 0 | 1E | 18 | 98 | 33 | 34 |
| Octal | 110 | 303 | 211 | 77 | 0 | 36 | 30 | 230 | 63 | 64 |
| Binary | 1001000 | 11000011 | 10001001 | 111111 | 0 | 11110 | 11000 | 10011000 | 110011 | 110100 |
Color Harmonies of #48C389
Complementary color
Monochromatic Colors of #48C389
Black with #48C389
Text Example
Text Example
White with #48C389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C389; }
p { color: rgb(72,195,137); }
H1.HeaderClassName
{
color: #48C389;
}
.AnyTagClassName
{
color: #48C389;
}
</style>
background-color css
<style>
a { background-color: #48C389; }
a { background-color: rgb(72,195,137); }
div.DivClassName
{
background-color: #48C389;
}
.BgClassName
{
background-color: #48C389;
}
</style>
border-color css
<style>
span { border-color: #48C389; }
span { border-color: rgb(72,195,137); }
td.TdClassName
{
border-color: #48C389;
}
.TagClassName
{
border-color: #48C389;
}
</style>