Shades of Shamrock #49E19F
Tints of Shamrock #49E19F
RGB
CMYK
RGB Variations
Color information
#49E19F (or 0x49E19F) is known color: Shamrock. HEX triplet: 49, E1 and 9F. RGB value is (73,225,159). Sum of RGB (Red+Green+Blue) = 73+225+159=457 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.97% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #49E19F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49E19F is #B61E60. Grayscale: #ACACAC. Windows color (decimal): -11935329 or 10477897. OLE color: 10477897.
HSL color Cylindrical-coordinate representation of color #49E19F: hue angle of 153.95º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E19F is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 225 | 159 | - |
| CMYK | 0.68 | 0 | 0.29 | 0.12 |
| HSL | 153.95º | 0.72% | 0.58% | - |
| HSV(B) | 153.95º | 0.68% | 0.88% | - |
| XYZ | 35.93 | 57.77 | 42.06 | - |
| YUV | 172.03 | 120.64 | 57.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 225 | 159 | 0.68 | 0 | 0.29 | 0.12 | 153.95 | 0.72 | 0.58 |
| Hex | 49 | E1 | 9F | 44 | 0 | 1D | C | 9A | 48 | 3A |
| Octal | 111 | 341 | 237 | 104 | 0 | 35 | 14 | 232 | 110 | 72 |
| Binary | 1001001 | 11100001 | 10011111 | 1000100 | 0 | 11101 | 1100 | 10011010 | 1001000 | 111010 |
Color Harmonies of #49E19F
Complementary color
Monochromatic Colors of #49E19F
Black with #49E19F
Text Example
Text Example
White with #49E19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E19F; }
p { color: rgb(73,225,159); }
H1.HeaderClassName
{
color: #49E19F;
}
.AnyTagClassName
{
color: #49E19F;
}
</style>
background-color css
<style>
a { background-color: #49E19F; }
a { background-color: rgb(73,225,159); }
div.DivClassName
{
background-color: #49E19F;
}
.BgClassName
{
background-color: #49E19F;
}
</style>
border-color css
<style>
span { border-color: #49E19F; }
span { border-color: rgb(73,225,159); }
td.TdClassName
{
border-color: #49E19F;
}
.TagClassName
{
border-color: #49E19F;
}
</style>