Shades of Shamrock #49C99C
Tints of Shamrock #49C99C
RGB
CMYK
RGB Variations
Color information
#49C99C (or 0x49C99C) is known color: Shamrock. HEX triplet: 49, C9 and 9C. RGB value is (73,201,156). Sum of RGB (Red+Green+Blue) = 73+201+156=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 201 - color contains mainly: green. Hex color #49C99C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C99C is #B63663. Grayscale: #9D9D9D. Windows color (decimal): -11941476 or 10275145. OLE color: 10275145.
HSL color Cylindrical-coordinate representation of color #49C99C: hue angle of 158.91º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49C99C is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 201 | 156 | - |
| CMYK | 0.64 | 0 | 0.22 | 0.21 |
| HSL | 158.91º | 0.54% | 0.54% | - |
| HSV(B) | 158.91º | 0.64% | 0.79% | - |
| XYZ | 29.64 | 45.59 | 38.69 | - |
| YUV | 157.6 | 127.09 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 201 | 156 | 0.64 | 0 | 0.22 | 0.21 | 158.91 | 0.54 | 0.54 |
| Hex | 49 | C9 | 9C | 40 | 0 | 16 | 15 | 9F | 36 | 36 |
| Octal | 111 | 311 | 234 | 100 | 0 | 26 | 25 | 237 | 66 | 66 |
| Binary | 1001001 | 11001001 | 10011100 | 1000000 | 0 | 10110 | 10101 | 10011111 | 110110 | 110110 |
Color Harmonies of #49C99C
Complementary color
Monochromatic Colors of #49C99C
Black with #49C99C
Text Example
Text Example
White with #49C99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C99C; }
p { color: rgb(73,201,156); }
H1.HeaderClassName
{
color: #49C99C;
}
.AnyTagClassName
{
color: #49C99C;
}
</style>
background-color css
<style>
a { background-color: #49C99C; }
a { background-color: rgb(73,201,156); }
div.DivClassName
{
background-color: #49C99C;
}
.BgClassName
{
background-color: #49C99C;
}
</style>
border-color css
<style>
span { border-color: #49C99C; }
span { border-color: rgb(73,201,156); }
td.TdClassName
{
border-color: #49C99C;
}
.TagClassName
{
border-color: #49C99C;
}
</style>