Shades of Shamrock #49D792
Tints of Shamrock #49D792
RGB
CMYK
RGB Variations
Color information
#49D792 (or 0x49D792) is known color: Shamrock. HEX triplet: 49, D7 and 92. RGB value is (73,215,146). Sum of RGB (Red+Green+Blue) = 73+215+146=434 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.82% from 434); Green value is 215 (84.38% from 255 or 49.54% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 215 - color contains mainly: green. Hex color #49D792 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D792 is #B6286D. Grayscale: #A4A4A4. Windows color (decimal): -11937902 or 9623369. OLE color: 9623369.
HSL color Cylindrical-coordinate representation of color #49D792: hue angle of 150.85º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D792 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 215 | 146 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.16 |
| HSL | 150.85º | 0.64% | 0.56% | - |
| HSV(B) | 150.85º | 0.66% | 0.84% | - |
| XYZ | 32.24 | 52.09 | 35.55 | - |
| YUV | 164.68 | 117.46 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 215 | 146 | 0.66 | 0 | 0.32 | 0.16 | 150.85 | 0.64 | 0.56 |
| Hex | 49 | D7 | 92 | 42 | 0 | 20 | 10 | 97 | 40 | 38 |
| Octal | 111 | 327 | 222 | 102 | 0 | 40 | 20 | 227 | 100 | 70 |
| Binary | 1001001 | 11010111 | 10010010 | 1000010 | 0 | 100000 | 10000 | 10010111 | 1000000 | 111000 |
Color Harmonies of #49D792
Complementary color
Monochromatic Colors of #49D792
Black with #49D792
Text Example
Text Example
White with #49D792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D792; }
p { color: rgb(73,215,146); }
H1.HeaderClassName
{
color: #49D792;
}
.AnyTagClassName
{
color: #49D792;
}
</style>
background-color css
<style>
a { background-color: #49D792; }
a { background-color: rgb(73,215,146); }
div.DivClassName
{
background-color: #49D792;
}
.BgClassName
{
background-color: #49D792;
}
</style>
border-color css
<style>
span { border-color: #49D792; }
span { border-color: rgb(73,215,146); }
td.TdClassName
{
border-color: #49D792;
}
.TagClassName
{
border-color: #49D792;
}
</style>