Shades of Shamrock #49D197
Tints of Shamrock #49D197
RGB
CMYK
RGB Variations
Color information
#49D197 (or 0x49D197) is known color: Shamrock. HEX triplet: 49, D1 and 97. RGB value is (73,209,151). Sum of RGB (Red+Green+Blue) = 73+209+151=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 209 (82.03% from 255 or 48.27% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 209 - color contains mainly: green. Hex color #49D197 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D197 is #B62E68. Grayscale: #A1A1A1. Windows color (decimal): -11939433 or 9949513. OLE color: 9949513.
HSL color Cylindrical-coordinate representation of color #49D197: hue angle of 154.41º 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 #49D197 is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 209 | 151 | - |
| CMYK | 0.65 | 0 | 0.28 | 0.18 |
| HSL | 154.41º | 0.6% | 0.55% | - |
| HSV(B) | 154.41º | 0.65% | 0.82% | - |
| XYZ | 31.13 | 49.25 | 37.14 | - |
| YUV | 161.72 | 121.94 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 209 | 151 | 0.65 | 0 | 0.28 | 0.18 | 154.41 | 0.6 | 0.55 |
| Hex | 49 | D1 | 97 | 41 | 0 | 1C | 12 | 9A | 3C | 37 |
| Octal | 111 | 321 | 227 | 101 | 0 | 34 | 22 | 232 | 74 | 67 |
| Binary | 1001001 | 11010001 | 10010111 | 1000001 | 0 | 11100 | 10010 | 10011010 | 111100 | 110111 |
Color Harmonies of #49D197
Complementary color
Monochromatic Colors of #49D197
Black with #49D197
Text Example
Text Example
White with #49D197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D197; }
p { color: rgb(73,209,151); }
H1.HeaderClassName
{
color: #49D197;
}
.AnyTagClassName
{
color: #49D197;
}
</style>
background-color css
<style>
a { background-color: #49D197; }
a { background-color: rgb(73,209,151); }
div.DivClassName
{
background-color: #49D197;
}
.BgClassName
{
background-color: #49D197;
}
</style>
border-color css
<style>
span { border-color: #49D197; }
span { border-color: rgb(73,209,151); }
td.TdClassName
{
border-color: #49D197;
}
.TagClassName
{
border-color: #49D197;
}
</style>