Shades of Shamrock #49D09F
Tints of Shamrock #49D09F
RGB
CMYK
RGB Variations
Color information
#49D09F (or 0x49D09F) is known color: Shamrock. HEX triplet: 49, D0 and 9F. RGB value is (73,208,159). Sum of RGB (Red+Green+Blue) = 73+208+159=440 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.59% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 208 - color contains mainly: green. Hex color #49D09F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D09F is #B62F60. Grayscale: #A2A2A2. Windows color (decimal): -11939681 or 10473545. OLE color: 10473545.
HSL color Cylindrical-coordinate representation of color #49D09F: hue angle of 158.22º 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 #49D09F is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 208 | 159 | - |
| CMYK | 0.65 | 0 | 0.24 | 0.18 |
| HSL | 158.22º | 0.59% | 0.55% | - |
| HSV(B) | 158.22º | 0.65% | 0.82% | - |
| XYZ | 31.56 | 49.03 | 40.6 | - |
| YUV | 162.05 | 126.27 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 208 | 159 | 0.65 | 0 | 0.24 | 0.18 | 158.22 | 0.59 | 0.55 |
| Hex | 49 | D0 | 9F | 41 | 0 | 18 | 12 | 9E | 3B | 37 |
| Octal | 111 | 320 | 237 | 101 | 0 | 30 | 22 | 236 | 73 | 67 |
| Binary | 1001001 | 11010000 | 10011111 | 1000001 | 0 | 11000 | 10010 | 10011110 | 111011 | 110111 |
Color Harmonies of #49D09F
Complementary color
Monochromatic Colors of #49D09F
Black with #49D09F
Text Example
Text Example
White with #49D09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D09F; }
p { color: rgb(73,208,159); }
H1.HeaderClassName
{
color: #49D09F;
}
.AnyTagClassName
{
color: #49D09F;
}
</style>
background-color css
<style>
a { background-color: #49D09F; }
a { background-color: rgb(73,208,159); }
div.DivClassName
{
background-color: #49D09F;
}
.BgClassName
{
background-color: #49D09F;
}
</style>
border-color css
<style>
span { border-color: #49D09F; }
span { border-color: rgb(73,208,159); }
td.TdClassName
{
border-color: #49D09F;
}
.TagClassName
{
border-color: #49D09F;
}
</style>