Shades of Shamrock #49D090
Tints of Shamrock #49D090
RGB
CMYK
RGB Variations
Color information
#49D090 (or 0x49D090) is known color: Shamrock. HEX triplet: 49, D0 and 90. RGB value is (73,208,144). Sum of RGB (Red+Green+Blue) = 73+208+144=425 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.18% from 425); Green value is 208 (81.64% from 255 or 48.94% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 208 - color contains mainly: green. Hex color #49D090 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D090 is #B62F6F. Grayscale: #A0A0A0. Windows color (decimal): -11939696 or 9490505. OLE color: 9490505.
HSL color Cylindrical-coordinate representation of color #49D090: hue angle of 151.56º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D090 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 208 | 144 | - |
| CMYK | 0.65 | 0 | 0.31 | 0.18 |
| HSL | 151.56º | 0.59% | 0.55% | - |
| HSV(B) | 151.56º | 0.65% | 0.82% | - |
| XYZ | 30.34 | 48.54 | 34.16 | - |
| YUV | 160.34 | 118.77 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 208 | 144 | 0.65 | 0 | 0.31 | 0.18 | 151.56 | 0.59 | 0.55 |
| Hex | 49 | D0 | 90 | 41 | 0 | 1F | 12 | 98 | 3B | 37 |
| Octal | 111 | 320 | 220 | 101 | 0 | 37 | 22 | 230 | 73 | 67 |
| Binary | 1001001 | 11010000 | 10010000 | 1000001 | 0 | 11111 | 10010 | 10011000 | 111011 | 110111 |
Color Harmonies of #49D090
Complementary color
Monochromatic Colors of #49D090
Black with #49D090
Text Example
Text Example
White with #49D090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D090; }
p { color: rgb(73,208,144); }
H1.HeaderClassName
{
color: #49D090;
}
.AnyTagClassName
{
color: #49D090;
}
</style>
background-color css
<style>
a { background-color: #49D090; }
a { background-color: rgb(73,208,144); }
div.DivClassName
{
background-color: #49D090;
}
.BgClassName
{
background-color: #49D090;
}
</style>
border-color css
<style>
span { border-color: #49D090; }
span { border-color: rgb(73,208,144); }
td.TdClassName
{
border-color: #49D090;
}
.TagClassName
{
border-color: #49D090;
}
</style>