Shades of Shamrock #49DBA9
Tints of Shamrock #49DBA9
RGB
CMYK
RGB Variations
Color information
#49DBA9 (or 0x49DBA9) is known color: Shamrock. HEX triplet: 49, DB and A9. RGB value is (73,219,169). Sum of RGB (Red+Green+Blue) = 73+219+169=461 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.84% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #49DBA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DBA9 is #B62456. Grayscale: #A9A9A9. Windows color (decimal): -11936855 or 11131721. OLE color: 11131721.
HSL color Cylindrical-coordinate representation of color #49DBA9: hue angle of 159.45º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DBA9 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 219 | 169 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.14 |
| HSL | 159.45º | 0.67% | 0.57% | - |
| HSV(B) | 159.45º | 0.67% | 0.86% | - |
| XYZ | 35.24 | 54.94 | 46.28 | - |
| YUV | 169.65 | 127.63 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 169 | 0.67 | 0 | 0.23 | 0.14 | 159.45 | 0.67 | 0.57 |
| Hex | 49 | DB | A9 | 43 | 0 | 17 | E | 9F | 43 | 39 |
| Octal | 111 | 333 | 251 | 103 | 0 | 27 | 16 | 237 | 103 | 71 |
| Binary | 1001001 | 11011011 | 10101001 | 1000011 | 0 | 10111 | 1110 | 10011111 | 1000011 | 111001 |
Color Harmonies of #49DBA9
Complementary color
Monochromatic Colors of #49DBA9
Black with #49DBA9
Text Example
Text Example
White with #49DBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DBA9; }
p { color: rgb(73,219,169); }
H1.HeaderClassName
{
color: #49DBA9;
}
.AnyTagClassName
{
color: #49DBA9;
}
</style>
background-color css
<style>
a { background-color: #49DBA9; }
a { background-color: rgb(73,219,169); }
div.DivClassName
{
background-color: #49DBA9;
}
.BgClassName
{
background-color: #49DBA9;
}
</style>
border-color css
<style>
span { border-color: #49DBA9; }
span { border-color: rgb(73,219,169); }
td.TdClassName
{
border-color: #49DBA9;
}
.TagClassName
{
border-color: #49DBA9;
}
</style>