Shades of Shamrock #49C498
Tints of Shamrock #49C498
RGB
CMYK
RGB Variations
Color information
#49C498 (or 0x49C498) is known color: Shamrock. HEX triplet: 49, C4 and 98. RGB value is (73,196,152). Sum of RGB (Red+Green+Blue) = 73+196+152=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 196 (76.95% from 255 or 46.56% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 196 - color contains mainly: green. Hex color #49C498 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C498 is #B63B67. Grayscale: #9A9A9A. Windows color (decimal): -11942760 or 10011721. OLE color: 10011721.
HSL color Cylindrical-coordinate representation of color #49C498: hue angle of 158.54º 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 #49C498 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 196 | 152 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.23 |
| HSL | 158.54º | 0.51% | 0.53% | - |
| HSV(B) | 158.54º | 0.63% | 0.77% | - |
| XYZ | 28.16 | 43.16 | 36.55 | - |
| YUV | 154.21 | 126.75 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 196 | 152 | 0.63 | 0 | 0.22 | 0.23 | 158.54 | 0.51 | 0.53 |
| Hex | 49 | C4 | 98 | 3F | 0 | 16 | 17 | 9F | 33 | 35 |
| Octal | 111 | 304 | 230 | 77 | 0 | 26 | 27 | 237 | 63 | 65 |
| Binary | 1001001 | 11000100 | 10011000 | 111111 | 0 | 10110 | 10111 | 10011111 | 110011 | 110101 |
Color Harmonies of #49C498
Complementary color
Monochromatic Colors of #49C498
Black with #49C498
Text Example
Text Example
White with #49C498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C498; }
p { color: rgb(73,196,152); }
H1.HeaderClassName
{
color: #49C498;
}
.AnyTagClassName
{
color: #49C498;
}
</style>
background-color css
<style>
a { background-color: #49C498; }
a { background-color: rgb(73,196,152); }
div.DivClassName
{
background-color: #49C498;
}
.BgClassName
{
background-color: #49C498;
}
</style>
border-color css
<style>
span { border-color: #49C498; }
span { border-color: rgb(73,196,152); }
td.TdClassName
{
border-color: #49C498;
}
.TagClassName
{
border-color: #49C498;
}
</style>