Shades of Shamrock #49C48D
Tints of Shamrock #49C48D
RGB
CMYK
RGB Variations
Color information
#49C48D (or 0x49C48D) is known color: Shamrock. HEX triplet: 49, C4 and 8D. RGB value is (73,196,141). Sum of RGB (Red+Green+Blue) = 73+196+141=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 196 (76.95% from 255 or 47.80% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 196 - color contains mainly: green. Hex color #49C48D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C48D is #B63B72. Grayscale: #999999. Windows color (decimal): -11942771 or 9290825. OLE color: 9290825.
HSL color Cylindrical-coordinate representation of color #49C48D: hue angle of 153.17º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C48D is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 196 | 141 | - |
| CMYK | 0.63 | 0 | 0.28 | 0.23 |
| HSL | 153.17º | 0.51% | 0.53% | - |
| HSV(B) | 153.17º | 0.63% | 0.77% | - |
| XYZ | 27.3 | 42.82 | 32.03 | - |
| YUV | 152.95 | 121.25 | 70.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 196 | 141 | 0.63 | 0 | 0.28 | 0.23 | 153.17 | 0.51 | 0.53 |
| Hex | 49 | C4 | 8D | 3F | 0 | 1C | 17 | 99 | 33 | 35 |
| Octal | 111 | 304 | 215 | 77 | 0 | 34 | 27 | 231 | 63 | 65 |
| Binary | 1001001 | 11000100 | 10001101 | 111111 | 0 | 11100 | 10111 | 10011001 | 110011 | 110101 |
Color Harmonies of #49C48D
Complementary color
Monochromatic Colors of #49C48D
Black with #49C48D
Text Example
Text Example
White with #49C48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C48D; }
p { color: rgb(73,196,141); }
H1.HeaderClassName
{
color: #49C48D;
}
.AnyTagClassName
{
color: #49C48D;
}
</style>
background-color css
<style>
a { background-color: #49C48D; }
a { background-color: rgb(73,196,141); }
div.DivClassName
{
background-color: #49C48D;
}
.BgClassName
{
background-color: #49C48D;
}
</style>
border-color css
<style>
span { border-color: #49C48D; }
span { border-color: rgb(73,196,141); }
td.TdClassName
{
border-color: #49C48D;
}
.TagClassName
{
border-color: #49C48D;
}
</style>