Shades of Shamrock #49C496
Tints of Shamrock #49C496
RGB
CMYK
RGB Variations
Color information
#49C496 (or 0x49C496) is known color: Shamrock. HEX triplet: 49, C4 and 96. RGB value is (73,196,150). Sum of RGB (Red+Green+Blue) = 73+196+150=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 196 - color contains mainly: green. Hex color #49C496 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C496 is #B63B69. Grayscale: #9A9A9A. Windows color (decimal): -11942762 or 9880649. OLE color: 9880649.
HSL color Cylindrical-coordinate representation of color #49C496: hue angle of 157.56º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C496 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 196 | 150 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.23 |
| HSL | 157.56º | 0.51% | 0.53% | - |
| HSV(B) | 157.56º | 0.63% | 0.77% | - |
| XYZ | 27.99 | 43.1 | 35.7 | - |
| YUV | 153.98 | 125.75 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 196 | 150 | 0.63 | 0 | 0.23 | 0.23 | 157.56 | 0.51 | 0.53 |
| Hex | 49 | C4 | 96 | 3F | 0 | 17 | 17 | 9E | 33 | 35 |
| Octal | 111 | 304 | 226 | 77 | 0 | 27 | 27 | 236 | 63 | 65 |
| Binary | 1001001 | 11000100 | 10010110 | 111111 | 0 | 10111 | 10111 | 10011110 | 110011 | 110101 |
Color Harmonies of #49C496
Complementary color
Monochromatic Colors of #49C496
Black with #49C496
Text Example
Text Example
White with #49C496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C496; }
p { color: rgb(73,196,150); }
H1.HeaderClassName
{
color: #49C496;
}
.AnyTagClassName
{
color: #49C496;
}
</style>
background-color css
<style>
a { background-color: #49C496; }
a { background-color: rgb(73,196,150); }
div.DivClassName
{
background-color: #49C496;
}
.BgClassName
{
background-color: #49C496;
}
</style>
border-color css
<style>
span { border-color: #49C496; }
span { border-color: rgb(73,196,150); }
td.TdClassName
{
border-color: #49C496;
}
.TagClassName
{
border-color: #49C496;
}
</style>