Shades of Shamrock #49D19F
Tints of Shamrock #49D19F
RGB
CMYK
RGB Variations
Color information
#49D19F (or 0x49D19F) is known color: Shamrock. HEX triplet: 49, D1 and 9F. RGB value is (73,209,159). Sum of RGB (Red+Green+Blue) = 73+209+159=441 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.55% from 441); Green value is 209 (82.03% from 255 or 47.39% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 209 - color contains mainly: green. Hex color #49D19F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D19F is #B62E60. Grayscale: #A2A2A2. Windows color (decimal): -11939425 or 10473801. OLE color: 10473801.
HSL color Cylindrical-coordinate representation of color #49D19F: hue angle of 157.94º degrees, saturation: 0.6, 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 #49D19F is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 209 | 159 | - |
| CMYK | 0.65 | 0 | 0.24 | 0.18 |
| HSL | 157.94º | 0.6% | 0.55% | - |
| HSV(B) | 157.94º | 0.65% | 0.82% | - |
| XYZ | 31.81 | 49.52 | 40.68 | - |
| YUV | 162.64 | 125.94 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 209 | 159 | 0.65 | 0 | 0.24 | 0.18 | 157.94 | 0.6 | 0.55 |
| Hex | 49 | D1 | 9F | 41 | 0 | 18 | 12 | 9E | 3C | 37 |
| Octal | 111 | 321 | 237 | 101 | 0 | 30 | 22 | 236 | 74 | 67 |
| Binary | 1001001 | 11010001 | 10011111 | 1000001 | 0 | 11000 | 10010 | 10011110 | 111100 | 110111 |
Color Harmonies of #49D19F
Complementary color
Monochromatic Colors of #49D19F
Black with #49D19F
Text Example
Text Example
White with #49D19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D19F; }
p { color: rgb(73,209,159); }
H1.HeaderClassName
{
color: #49D19F;
}
.AnyTagClassName
{
color: #49D19F;
}
</style>
background-color css
<style>
a { background-color: #49D19F; }
a { background-color: rgb(73,209,159); }
div.DivClassName
{
background-color: #49D19F;
}
.BgClassName
{
background-color: #49D19F;
}
</style>
border-color css
<style>
span { border-color: #49D19F; }
span { border-color: rgb(73,209,159); }
td.TdClassName
{
border-color: #49D19F;
}
.TagClassName
{
border-color: #49D19F;
}
</style>