Shades of Shamrock #49D892
Tints of Shamrock #49D892
RGB
CMYK
RGB Variations
Color information
#49D892 (or 0x49D892) is known color: Shamrock. HEX triplet: 49, D8 and 92. RGB value is (73,216,146). Sum of RGB (Red+Green+Blue) = 73+216+146=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 216 (84.77% from 255 or 49.66% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 216 - color contains mainly: green. Hex color #49D892 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D892 is #B6276D. Grayscale: #A5A5A5. Windows color (decimal): -11937646 or 9623625. OLE color: 9623625.
HSL color Cylindrical-coordinate representation of color #49D892: hue angle of 150.63º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D892 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 216 | 146 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.15 |
| HSL | 150.63º | 0.65% | 0.57% | - |
| HSV(B) | 150.63º | 0.66% | 0.85% | - |
| XYZ | 32.49 | 52.6 | 35.64 | - |
| YUV | 165.26 | 117.12 | 62.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 216 | 146 | 0.66 | 0 | 0.32 | 0.15 | 150.63 | 0.65 | 0.57 |
| Hex | 49 | D8 | 92 | 42 | 0 | 20 | F | 97 | 41 | 39 |
| Octal | 111 | 330 | 222 | 102 | 0 | 40 | 17 | 227 | 101 | 71 |
| Binary | 1001001 | 11011000 | 10010010 | 1000010 | 0 | 100000 | 1111 | 10010111 | 1000001 | 111001 |
Color Harmonies of #49D892
Complementary color
Monochromatic Colors of #49D892
Black with #49D892
Text Example
Text Example
White with #49D892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D892; }
p { color: rgb(73,216,146); }
H1.HeaderClassName
{
color: #49D892;
}
.AnyTagClassName
{
color: #49D892;
}
</style>
background-color css
<style>
a { background-color: #49D892; }
a { background-color: rgb(73,216,146); }
div.DivClassName
{
background-color: #49D892;
}
.BgClassName
{
background-color: #49D892;
}
</style>
border-color css
<style>
span { border-color: #49D892; }
span { border-color: rgb(73,216,146); }
td.TdClassName
{
border-color: #49D892;
}
.TagClassName
{
border-color: #49D892;
}
</style>