Shades of Shamrock #49D890
Tints of Shamrock #49D890
RGB
CMYK
RGB Variations
Color information
#49D890 (or 0x49D890) is known color: Shamrock. HEX triplet: 49, D8 and 90. RGB value is (73,216,144). Sum of RGB (Red+Green+Blue) = 73+216+144=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #49D890 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D890 is #B6276F. Grayscale: #A5A5A5. Windows color (decimal): -11937648 or 9492553. OLE color: 9492553.
HSL color Cylindrical-coordinate representation of color #49D890: hue angle of 149.79º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D890 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 216 | 144 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.15 |
| HSL | 149.79º | 0.65% | 0.57% | - |
| HSV(B) | 149.79º | 0.66% | 0.85% | - |
| XYZ | 32.34 | 52.54 | 34.82 | - |
| YUV | 165.04 | 116.12 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 216 | 144 | 0.66 | 0 | 0.33 | 0.15 | 149.79 | 0.65 | 0.57 |
| Hex | 49 | D8 | 90 | 42 | 0 | 21 | F | 96 | 41 | 39 |
| Octal | 111 | 330 | 220 | 102 | 0 | 41 | 17 | 226 | 101 | 71 |
| Binary | 1001001 | 11011000 | 10010000 | 1000010 | 0 | 100001 | 1111 | 10010110 | 1000001 | 111001 |
Color Harmonies of #49D890
Complementary color
Monochromatic Colors of #49D890
Black with #49D890
Text Example
Text Example
White with #49D890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D890; }
p { color: rgb(73,216,144); }
H1.HeaderClassName
{
color: #49D890;
}
.AnyTagClassName
{
color: #49D890;
}
</style>
background-color css
<style>
a { background-color: #49D890; }
a { background-color: rgb(73,216,144); }
div.DivClassName
{
background-color: #49D890;
}
.BgClassName
{
background-color: #49D890;
}
</style>
border-color css
<style>
span { border-color: #49D890; }
span { border-color: rgb(73,216,144); }
td.TdClassName
{
border-color: #49D890;
}
.TagClassName
{
border-color: #49D890;
}
</style>