Shades of Shamrock #49C998
Tints of Shamrock #49C998
RGB
CMYK
RGB Variations
Color information
#49C998 (or 0x49C998) is known color: Shamrock. HEX triplet: 49, C9 and 98. RGB value is (73,201,152). Sum of RGB (Red+Green+Blue) = 73+201+152=426 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.14% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 201 - color contains mainly: green. Hex color #49C998 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C998 is #B63667. Grayscale: #9D9D9D. Windows color (decimal): -11941480 or 10013001. OLE color: 10013001.
HSL color Cylindrical-coordinate representation of color #49C998: hue angle of 157.03º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49C998 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 201 | 152 | - |
| CMYK | 0.64 | 0 | 0.24 | 0.21 |
| HSL | 157.03º | 0.54% | 0.54% | - |
| HSV(B) | 157.03º | 0.64% | 0.79% | - |
| XYZ | 29.3 | 45.46 | 36.94 | - |
| YUV | 157.14 | 125.09 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 201 | 152 | 0.64 | 0 | 0.24 | 0.21 | 157.03 | 0.54 | 0.54 |
| Hex | 49 | C9 | 98 | 40 | 0 | 18 | 15 | 9D | 36 | 36 |
| Octal | 111 | 311 | 230 | 100 | 0 | 30 | 25 | 235 | 66 | 66 |
| Binary | 1001001 | 11001001 | 10011000 | 1000000 | 0 | 11000 | 10101 | 10011101 | 110110 | 110110 |
Color Harmonies of #49C998
Complementary color
Monochromatic Colors of #49C998
Black with #49C998
Text Example
Text Example
White with #49C998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C998; }
p { color: rgb(73,201,152); }
H1.HeaderClassName
{
color: #49C998;
}
.AnyTagClassName
{
color: #49C998;
}
</style>
background-color css
<style>
a { background-color: #49C998; }
a { background-color: rgb(73,201,152); }
div.DivClassName
{
background-color: #49C998;
}
.BgClassName
{
background-color: #49C998;
}
</style>
border-color css
<style>
span { border-color: #49C998; }
span { border-color: rgb(73,201,152); }
td.TdClassName
{
border-color: #49C998;
}
.TagClassName
{
border-color: #49C998;
}
</style>