Shades of Shamrock #49C98D
Tints of Shamrock #49C98D
RGB
CMYK
RGB Variations
Color information
#49C98D (or 0x49C98D) is known color: Shamrock. HEX triplet: 49, C9 and 8D. RGB value is (73,201,141). Sum of RGB (Red+Green+Blue) = 73+201+141=415 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.59% from 415); Green value is 201 (78.91% from 255 or 48.43% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 201 - color contains mainly: green. Hex color #49C98D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C98D is #B63672. Grayscale: #9B9B9B. Windows color (decimal): -11941491 or 9292105. OLE color: 9292105.
HSL color Cylindrical-coordinate representation of color #49C98D: hue angle of 151.88º 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 #49C98D is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 201 | 141 | - |
| CMYK | 0.64 | 0 | 0.30 | 0.21 |
| HSL | 151.88º | 0.54% | 0.54% | - |
| HSV(B) | 151.88º | 0.64% | 0.79% | - |
| XYZ | 28.44 | 45.11 | 32.41 | - |
| YUV | 155.89 | 119.59 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 201 | 141 | 0.64 | 0 | 0.30 | 0.21 | 151.88 | 0.54 | 0.54 |
| Hex | 49 | C9 | 8D | 40 | 0 | 1E | 15 | 98 | 36 | 36 |
| Octal | 111 | 311 | 215 | 100 | 0 | 36 | 25 | 230 | 66 | 66 |
| Binary | 1001001 | 11001001 | 10001101 | 1000000 | 0 | 11110 | 10101 | 10011000 | 110110 | 110110 |
Color Harmonies of #49C98D
Complementary color
Monochromatic Colors of #49C98D
Black with #49C98D
Text Example
Text Example
White with #49C98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C98D; }
p { color: rgb(73,201,141); }
H1.HeaderClassName
{
color: #49C98D;
}
.AnyTagClassName
{
color: #49C98D;
}
</style>
background-color css
<style>
a { background-color: #49C98D; }
a { background-color: rgb(73,201,141); }
div.DivClassName
{
background-color: #49C98D;
}
.BgClassName
{
background-color: #49C98D;
}
</style>
border-color css
<style>
span { border-color: #49C98D; }
span { border-color: rgb(73,201,141); }
td.TdClassName
{
border-color: #49C98D;
}
.TagClassName
{
border-color: #49C98D;
}
</style>