Shades of Shamrock #49C295
Tints of Shamrock #49C295
RGB
CMYK
RGB Variations
Color information
#49C295 (or 0x49C295) is known color: Shamrock. HEX triplet: 49, C2 and 95. RGB value is (73,194,149). Sum of RGB (Red+Green+Blue) = 73+194+149=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 194 - color contains mainly: green. Hex color #49C295 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C295 is #B63D6A. Grayscale: #989898. Windows color (decimal): -11943275 or 9814601. OLE color: 9814601.
HSL color Cylindrical-coordinate representation of color #49C295: hue angle of 157.69º degrees, saturation: 0.5, 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 #49C295 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 194 | 149 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.24 |
| HSL | 157.69º | 0.5% | 0.52% | - |
| HSV(B) | 157.69º | 0.62% | 0.76% | - |
| XYZ | 27.46 | 42.17 | 35.13 | - |
| YUV | 152.69 | 125.91 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 194 | 149 | 0.62 | 0 | 0.23 | 0.24 | 157.69 | 0.5 | 0.52 |
| Hex | 49 | C2 | 95 | 3E | 0 | 17 | 18 | 9E | 32 | 34 |
| Octal | 111 | 302 | 225 | 76 | 0 | 27 | 30 | 236 | 62 | 64 |
| Binary | 1001001 | 11000010 | 10010101 | 111110 | 0 | 10111 | 11000 | 10011110 | 110010 | 110100 |
Color Harmonies of #49C295
Complementary color
Monochromatic Colors of #49C295
Black with #49C295
Text Example
Text Example
White with #49C295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C295; }
p { color: rgb(73,194,149); }
H1.HeaderClassName
{
color: #49C295;
}
.AnyTagClassName
{
color: #49C295;
}
</style>
background-color css
<style>
a { background-color: #49C295; }
a { background-color: rgb(73,194,149); }
div.DivClassName
{
background-color: #49C295;
}
.BgClassName
{
background-color: #49C295;
}
</style>
border-color css
<style>
span { border-color: #49C295; }
span { border-color: rgb(73,194,149); }
td.TdClassName
{
border-color: #49C295;
}
.TagClassName
{
border-color: #49C295;
}
</style>