Shades of Shamrock #49CB8E
Tints of Shamrock #49CB8E
RGB
CMYK
RGB Variations
Color information
#49CB8E (or 0x49CB8E) is known color: Shamrock. HEX triplet: 49, CB and 8E. RGB value is (73,203,142). Sum of RGB (Red+Green+Blue) = 73+203+142=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 203 (79.69% from 255 or 48.56% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 203 - color contains mainly: green. Hex color #49CB8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CB8E is #B63471. Grayscale: #9D9D9D. Windows color (decimal): -11940978 or 9358153. OLE color: 9358153.
HSL color Cylindrical-coordinate representation of color #49CB8E: hue angle of 151.85º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CB8E is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 203 | 142 | - |
| CMYK | 0.64 | 0 | 0.30 | 0.20 |
| HSL | 151.85º | 0.56% | 0.54% | - |
| HSV(B) | 151.85º | 0.64% | 0.8% | - |
| XYZ | 28.99 | 46.08 | 32.96 | - |
| YUV | 157.18 | 119.43 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 203 | 142 | 0.64 | 0 | 0.30 | 0.20 | 151.85 | 0.56 | 0.54 |
| Hex | 49 | CB | 8E | 40 | 0 | 1E | 14 | 98 | 38 | 36 |
| Octal | 111 | 313 | 216 | 100 | 0 | 36 | 24 | 230 | 70 | 66 |
| Binary | 1001001 | 11001011 | 10001110 | 1000000 | 0 | 11110 | 10100 | 10011000 | 111000 | 110110 |
Color Harmonies of #49CB8E
Complementary color
Monochromatic Colors of #49CB8E
Black with #49CB8E
Text Example
Text Example
White with #49CB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CB8E; }
p { color: rgb(73,203,142); }
H1.HeaderClassName
{
color: #49CB8E;
}
.AnyTagClassName
{
color: #49CB8E;
}
</style>
background-color css
<style>
a { background-color: #49CB8E; }
a { background-color: rgb(73,203,142); }
div.DivClassName
{
background-color: #49CB8E;
}
.BgClassName
{
background-color: #49CB8E;
}
</style>
border-color css
<style>
span { border-color: #49CB8E; }
span { border-color: rgb(73,203,142); }
td.TdClassName
{
border-color: #49CB8E;
}
.TagClassName
{
border-color: #49CB8E;
}
</style>