Shades of Emerald #48C362
Tints of Emerald #48C362
RGB
CMYK
RGB Variations
Color information
#48C362 (or 0x48C362) is known color: Emerald. HEX triplet: 48, C3 and 62. RGB value is (72,195,98). Sum of RGB (Red+Green+Blue) = 72+195+98=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #48C362 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C362 is #B73C9D. Grayscale: #939393. Windows color (decimal): -12008606 or 6472520. OLE color: 6472520.
HSL color Cylindrical-coordinate representation of color #48C362: hue angle of 132.68º 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 #48C362 is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 195 | 98 | - |
| CMYK | 0.63 | 0 | 0.50 | 0.24 |
| HSL | 132.68º | 0.51% | 0.52% | - |
| HSV(B) | 132.68º | 0.63% | 0.76% | - |
| XYZ | 24.39 | 41.29 | 18.24 | - |
| YUV | 147.17 | 100.25 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 195 | 98 | 0.63 | 0 | 0.50 | 0.24 | 132.68 | 0.51 | 0.52 |
| Hex | 48 | C3 | 62 | 3F | 0 | 32 | 18 | 85 | 33 | 34 |
| Octal | 110 | 303 | 142 | 77 | 0 | 62 | 30 | 205 | 63 | 64 |
| Binary | 1001000 | 11000011 | 1100010 | 111111 | 0 | 110010 | 11000 | 10000101 | 110011 | 110100 |
Color Harmonies of #48C362
Complementary color
Monochromatic Colors of #48C362
Black with #48C362
Text Example
Text Example
White with #48C362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C362; }
p { color: rgb(72,195,98); }
H1.HeaderClassName
{
color: #48C362;
}
.AnyTagClassName
{
color: #48C362;
}
</style>
background-color css
<style>
a { background-color: #48C362; }
a { background-color: rgb(72,195,98); }
div.DivClassName
{
background-color: #48C362;
}
.BgClassName
{
background-color: #48C362;
}
</style>
border-color css
<style>
span { border-color: #48C362; }
span { border-color: rgb(72,195,98); }
td.TdClassName
{
border-color: #48C362;
}
.TagClassName
{
border-color: #48C362;
}
</style>