Shades of Shamrock #49C194
Tints of Shamrock #49C194
RGB
CMYK
RGB Variations
Color information
#49C194 (or 0x49C194) is known color: Shamrock. HEX triplet: 49, C1 and 94. RGB value is (73,193,148). Sum of RGB (Red+Green+Blue) = 73+193+148=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 193 - color contains mainly: green. Hex color #49C194 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C194 is #B63E6B. Grayscale: #989898. Windows color (decimal): -11943532 or 9748809. OLE color: 9748809.
HSL color Cylindrical-coordinate representation of color #49C194: hue angle of 157.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C194 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 193 | 148 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.24 |
| HSL | 157.5º | 0.49% | 0.52% | - |
| HSV(B) | 157.5º | 0.62% | 0.76% | - |
| XYZ | 27.16 | 41.69 | 34.63 | - |
| YUV | 151.99 | 125.74 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 193 | 148 | 0.62 | 0 | 0.23 | 0.24 | 157.5 | 0.49 | 0.52 |
| Hex | 49 | C1 | 94 | 3E | 0 | 17 | 18 | 9E | 31 | 34 |
| Octal | 111 | 301 | 224 | 76 | 0 | 27 | 30 | 236 | 61 | 64 |
| Binary | 1001001 | 11000001 | 10010100 | 111110 | 0 | 10111 | 11000 | 10011110 | 110001 | 110100 |
Color Harmonies of #49C194
Complementary color
Monochromatic Colors of #49C194
Black with #49C194
Text Example
Text Example
White with #49C194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C194; }
p { color: rgb(73,193,148); }
H1.HeaderClassName
{
color: #49C194;
}
.AnyTagClassName
{
color: #49C194;
}
</style>
background-color css
<style>
a { background-color: #49C194; }
a { background-color: rgb(73,193,148); }
div.DivClassName
{
background-color: #49C194;
}
.BgClassName
{
background-color: #49C194;
}
</style>
border-color css
<style>
span { border-color: #49C194; }
span { border-color: rgb(73,193,148); }
td.TdClassName
{
border-color: #49C194;
}
.TagClassName
{
border-color: #49C194;
}
</style>