Shades of Shamrock #49E49F
Tints of Shamrock #49E49F
RGB
CMYK
RGB Variations
Color information
#49E49F (or 0x49E49F) is known color: Shamrock. HEX triplet: 49, E4 and 9F. RGB value is (73,228,159). Sum of RGB (Red+Green+Blue) = 73+228+159=460 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.87% from 460); Green value is 228 (89.45% from 255 or 49.57% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 228 - color contains mainly: green. Hex color #49E49F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49E49F is #B61B60. Grayscale: #ADADAD. Windows color (decimal): -11934561 or 10478665. OLE color: 10478665.
HSL color Cylindrical-coordinate representation of color #49E49F: hue angle of 153.29º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E49F is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 228 | 159 | - |
| CMYK | 0.68 | 0 | 0.30 | 0.11 |
| HSL | 153.29º | 0.74% | 0.59% | - |
| HSV(B) | 153.29º | 0.68% | 0.89% | - |
| XYZ | 36.75 | 59.41 | 42.33 | - |
| YUV | 173.79 | 119.65 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 228 | 159 | 0.68 | 0 | 0.30 | 0.11 | 153.29 | 0.74 | 0.59 |
| Hex | 49 | E4 | 9F | 44 | 0 | 1E | B | 99 | 4A | 3B |
| Octal | 111 | 344 | 237 | 104 | 0 | 36 | 13 | 231 | 112 | 73 |
| Binary | 1001001 | 11100100 | 10011111 | 1000100 | 0 | 11110 | 1011 | 10011001 | 1001010 | 111011 |
Color Harmonies of #49E49F
Complementary color
Monochromatic Colors of #49E49F
Black with #49E49F
Text Example
Text Example
White with #49E49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E49F; }
p { color: rgb(73,228,159); }
H1.HeaderClassName
{
color: #49E49F;
}
.AnyTagClassName
{
color: #49E49F;
}
</style>
background-color css
<style>
a { background-color: #49E49F; }
a { background-color: rgb(73,228,159); }
div.DivClassName
{
background-color: #49E49F;
}
.BgClassName
{
background-color: #49E49F;
}
</style>
border-color css
<style>
span { border-color: #49E49F; }
span { border-color: rgb(73,228,159); }
td.TdClassName
{
border-color: #49E49F;
}
.TagClassName
{
border-color: #49E49F;
}
</style>