Shades of Shamrock #49C79B
Tints of Shamrock #49C79B
RGB
CMYK
RGB Variations
Color information
#49C79B (or 0x49C79B) is known color: Shamrock. HEX triplet: 49, C7 and 9B. RGB value is (73,199,155). Sum of RGB (Red+Green+Blue) = 73+199+155=427 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.10% from 427); Green value is 199 (78.12% from 255 or 46.60% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 199 - color contains mainly: green. Hex color #49C79B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C79B is #B63864. Grayscale: #9C9C9C. Windows color (decimal): -11941989 or 10209097. OLE color: 10209097.
HSL color Cylindrical-coordinate representation of color #49C79B: hue angle of 159.05º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C79B is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 199 | 155 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.22 |
| HSL | 159.05º | 0.53% | 0.53% | - |
| HSV(B) | 159.05º | 0.63% | 0.78% | - |
| XYZ | 29.09 | 44.63 | 38.09 | - |
| YUV | 156.31 | 127.26 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 199 | 155 | 0.63 | 0 | 0.22 | 0.22 | 159.05 | 0.53 | 0.53 |
| Hex | 49 | C7 | 9B | 3F | 0 | 16 | 16 | 9F | 35 | 35 |
| Octal | 111 | 307 | 233 | 77 | 0 | 26 | 26 | 237 | 65 | 65 |
| Binary | 1001001 | 11000111 | 10011011 | 111111 | 0 | 10110 | 10110 | 10011111 | 110101 | 110101 |
Color Harmonies of #49C79B
Complementary color
Monochromatic Colors of #49C79B
Black with #49C79B
Text Example
Text Example
White with #49C79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C79B; }
p { color: rgb(73,199,155); }
H1.HeaderClassName
{
color: #49C79B;
}
.AnyTagClassName
{
color: #49C79B;
}
</style>
background-color css
<style>
a { background-color: #49C79B; }
a { background-color: rgb(73,199,155); }
div.DivClassName
{
background-color: #49C79B;
}
.BgClassName
{
background-color: #49C79B;
}
</style>
border-color css
<style>
span { border-color: #49C79B; }
span { border-color: rgb(73,199,155); }
td.TdClassName
{
border-color: #49C79B;
}
.TagClassName
{
border-color: #49C79B;
}
</style>