Shades of Shamrock #49D2A3
Tints of Shamrock #49D2A3
RGB
CMYK
RGB Variations
Color information
#49D2A3 (or 0x49D2A3) is known color: Shamrock. HEX triplet: 49, D2 and A3. RGB value is (73,210,163). Sum of RGB (Red+Green+Blue) = 73+210+163=446 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.37% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 210 - color contains mainly: green. Hex color #49D2A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D2A3 is #B62D5C. Grayscale: #A3A3A3. Windows color (decimal): -11939165 or 10736201. OLE color: 10736201.
HSL color Cylindrical-coordinate representation of color #49D2A3: hue angle of 159.42º 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 #49D2A3 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 210 | 163 | - |
| CMYK | 0.65 | 0 | 0.22 | 0.18 |
| HSL | 159.42º | 0.6% | 0.55% | - |
| HSV(B) | 159.42º | 0.65% | 0.82% | - |
| XYZ | 32.41 | 50.15 | 42.62 | - |
| YUV | 163.68 | 127.61 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 210 | 163 | 0.65 | 0 | 0.22 | 0.18 | 159.42 | 0.6 | 0.55 |
| Hex | 49 | D2 | A3 | 41 | 0 | 16 | 12 | 9F | 3C | 37 |
| Octal | 111 | 322 | 243 | 101 | 0 | 26 | 22 | 237 | 74 | 67 |
| Binary | 1001001 | 11010010 | 10100011 | 1000001 | 0 | 10110 | 10010 | 10011111 | 111100 | 110111 |
Color Harmonies of #49D2A3
Complementary color
Monochromatic Colors of #49D2A3
Black with #49D2A3
Text Example
Text Example
White with #49D2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D2A3; }
p { color: rgb(73,210,163); }
H1.HeaderClassName
{
color: #49D2A3;
}
.AnyTagClassName
{
color: #49D2A3;
}
</style>
background-color css
<style>
a { background-color: #49D2A3; }
a { background-color: rgb(73,210,163); }
div.DivClassName
{
background-color: #49D2A3;
}
.BgClassName
{
background-color: #49D2A3;
}
</style>
border-color css
<style>
span { border-color: #49D2A3; }
span { border-color: rgb(73,210,163); }
td.TdClassName
{
border-color: #49D2A3;
}
.TagClassName
{
border-color: #49D2A3;
}
</style>