Shades of Shamrock #49D296
Tints of Shamrock #49D296
RGB
CMYK
RGB Variations
Color information
#49D296 (or 0x49D296) is known color: Shamrock. HEX triplet: 49, D2 and 96. RGB value is (73,210,150). Sum of RGB (Red+Green+Blue) = 73+210+150=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 210 (82.42% from 255 or 48.50% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 210 - color contains mainly: green. Hex color #49D296 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D296 is #B62D69. Grayscale: #A2A2A2. Windows color (decimal): -11939178 or 9884233. OLE color: 9884233.
HSL color Cylindrical-coordinate representation of color #49D296: hue angle of 153.72º 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 #49D296 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 210 | 150 | - |
| CMYK | 0.65 | 0 | 0.29 | 0.18 |
| HSL | 153.72º | 0.6% | 0.55% | - |
| HSV(B) | 153.72º | 0.65% | 0.82% | - |
| XYZ | 31.3 | 49.71 | 36.8 | - |
| YUV | 162.2 | 121.11 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 210 | 150 | 0.65 | 0 | 0.29 | 0.18 | 153.72 | 0.6 | 0.55 |
| Hex | 49 | D2 | 96 | 41 | 0 | 1D | 12 | 9A | 3C | 37 |
| Octal | 111 | 322 | 226 | 101 | 0 | 35 | 22 | 232 | 74 | 67 |
| Binary | 1001001 | 11010010 | 10010110 | 1000001 | 0 | 11101 | 10010 | 10011010 | 111100 | 110111 |
Color Harmonies of #49D296
Complementary color
Monochromatic Colors of #49D296
Black with #49D296
Text Example
Text Example
White with #49D296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D296; }
p { color: rgb(73,210,150); }
H1.HeaderClassName
{
color: #49D296;
}
.AnyTagClassName
{
color: #49D296;
}
</style>
background-color css
<style>
a { background-color: #49D296; }
a { background-color: rgb(73,210,150); }
div.DivClassName
{
background-color: #49D296;
}
.BgClassName
{
background-color: #49D296;
}
</style>
border-color css
<style>
span { border-color: #49D296; }
span { border-color: rgb(73,210,150); }
td.TdClassName
{
border-color: #49D296;
}
.TagClassName
{
border-color: #49D296;
}
</style>