Shades of Emerald #48C37B
Tints of Emerald #48C37B
RGB
CMYK
RGB Variations
Color information
#48C37B (or 0x48C37B) is known color: Emerald. HEX triplet: 48, C3 and 7B. RGB value is (72,195,123). Sum of RGB (Red+Green+Blue) = 72+195+123=390 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.46% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #48C37B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C37B is #B73C84. Grayscale: #969696. Windows color (decimal): -12008581 or 8110920. OLE color: 8110920.
HSL color Cylindrical-coordinate representation of color #48C37B: hue angle of 144.88º 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 #48C37B is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 195 | 123 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.24 |
| HSL | 144.88º | 0.51% | 0.52% | - |
| HSV(B) | 144.88º | 0.63% | 0.76% | - |
| XYZ | 25.76 | 41.84 | 25.46 | - |
| YUV | 150.02 | 112.75 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 195 | 123 | 0.63 | 0 | 0.37 | 0.24 | 144.88 | 0.51 | 0.52 |
| Hex | 48 | C3 | 7B | 3F | 0 | 25 | 18 | 91 | 33 | 34 |
| Octal | 110 | 303 | 173 | 77 | 0 | 45 | 30 | 221 | 63 | 64 |
| Binary | 1001000 | 11000011 | 1111011 | 111111 | 0 | 100101 | 11000 | 10010001 | 110011 | 110100 |
Color Harmonies of #48C37B
Complementary color
Monochromatic Colors of #48C37B
Black with #48C37B
Text Example
Text Example
White with #48C37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C37B; }
p { color: rgb(72,195,123); }
H1.HeaderClassName
{
color: #48C37B;
}
.AnyTagClassName
{
color: #48C37B;
}
</style>
background-color css
<style>
a { background-color: #48C37B; }
a { background-color: rgb(72,195,123); }
div.DivClassName
{
background-color: #48C37B;
}
.BgClassName
{
background-color: #48C37B;
}
</style>
border-color css
<style>
span { border-color: #48C37B; }
span { border-color: rgb(72,195,123); }
td.TdClassName
{
border-color: #48C37B;
}
.TagClassName
{
border-color: #48C37B;
}
</style>