Shades of Shamrock #49C594
Tints of Shamrock #49C594
RGB
CMYK
RGB Variations
Color information
#49C594 (or 0x49C594) is known color: Shamrock. HEX triplet: 49, C5 and 94. RGB value is (73,197,148). Sum of RGB (Red+Green+Blue) = 73+197+148=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 197 - color contains mainly: green. Hex color #49C594 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C594 is #B63A6B. Grayscale: #9A9A9A. Windows color (decimal): -11942508 or 9749833. OLE color: 9749833.
HSL color Cylindrical-coordinate representation of color #49C594: hue angle of 156.29º degrees, saturation: 0.52, 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 #49C594 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 197 | 148 | - |
| CMYK | 0.63 | 0 | 0.25 | 0.23 |
| HSL | 156.29º | 0.52% | 0.53% | - |
| HSV(B) | 156.29º | 0.63% | 0.77% | - |
| XYZ | 28.06 | 43.49 | 34.93 | - |
| YUV | 154.34 | 124.42 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 197 | 148 | 0.63 | 0 | 0.25 | 0.23 | 156.29 | 0.52 | 0.53 |
| Hex | 49 | C5 | 94 | 3F | 0 | 19 | 17 | 9C | 34 | 35 |
| Octal | 111 | 305 | 224 | 77 | 0 | 31 | 27 | 234 | 64 | 65 |
| Binary | 1001001 | 11000101 | 10010100 | 111111 | 0 | 11001 | 10111 | 10011100 | 110100 | 110101 |
Color Harmonies of #49C594
Complementary color
Monochromatic Colors of #49C594
Black with #49C594
Text Example
Text Example
White with #49C594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C594; }
p { color: rgb(73,197,148); }
H1.HeaderClassName
{
color: #49C594;
}
.AnyTagClassName
{
color: #49C594;
}
</style>
background-color css
<style>
a { background-color: #49C594; }
a { background-color: rgb(73,197,148); }
div.DivClassName
{
background-color: #49C594;
}
.BgClassName
{
background-color: #49C594;
}
</style>
border-color css
<style>
span { border-color: #49C594; }
span { border-color: rgb(73,197,148); }
td.TdClassName
{
border-color: #49C594;
}
.TagClassName
{
border-color: #49C594;
}
</style>