Shades of Shamrock #49DBA3
Tints of Shamrock #49DBA3
RGB
CMYK
RGB Variations
Color information
#49DBA3 (or 0x49DBA3) is known color: Shamrock. HEX triplet: 49, DB and A3. RGB value is (73,219,163). Sum of RGB (Red+Green+Blue) = 73+219+163=455 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.04% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #49DBA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DBA3 is #B6245C. Grayscale: #A9A9A9. Windows color (decimal): -11936861 or 10738505. OLE color: 10738505.
HSL color Cylindrical-coordinate representation of color #49DBA3: hue angle of 156.99º 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 #49DBA3 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 219 | 163 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.14 |
| HSL | 156.99º | 0.67% | 0.57% | - |
| HSV(B) | 156.99º | 0.67% | 0.86% | - |
| XYZ | 34.69 | 54.72 | 43.38 | - |
| YUV | 168.96 | 124.63 | 59.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 163 | 0.67 | 0 | 0.26 | 0.14 | 156.99 | 0.67 | 0.57 |
| Hex | 49 | DB | A3 | 43 | 0 | 1A | E | 9D | 43 | 39 |
| Octal | 111 | 333 | 243 | 103 | 0 | 32 | 16 | 235 | 103 | 71 |
| Binary | 1001001 | 11011011 | 10100011 | 1000011 | 0 | 11010 | 1110 | 10011101 | 1000011 | 111001 |
Color Harmonies of #49DBA3
Complementary color
Monochromatic Colors of #49DBA3
Black with #49DBA3
Text Example
Text Example
White with #49DBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DBA3; }
p { color: rgb(73,219,163); }
H1.HeaderClassName
{
color: #49DBA3;
}
.AnyTagClassName
{
color: #49DBA3;
}
</style>
background-color css
<style>
a { background-color: #49DBA3; }
a { background-color: rgb(73,219,163); }
div.DivClassName
{
background-color: #49DBA3;
}
.BgClassName
{
background-color: #49DBA3;
}
</style>
border-color css
<style>
span { border-color: #49DBA3; }
span { border-color: rgb(73,219,163); }
td.TdClassName
{
border-color: #49DBA3;
}
.TagClassName
{
border-color: #49DBA3;
}
</style>