Shades of Shamrock #49C68F
Tints of Shamrock #49C68F
RGB
CMYK
RGB Variations
Color information
#49C68F (or 0x49C68F) is known color: Shamrock. HEX triplet: 49, C6 and 8F. RGB value is (73,198,143). Sum of RGB (Red+Green+Blue) = 73+198+143=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 198 (77.73% from 255 or 47.83% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 198 - color contains mainly: green. Hex color #49C68F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C68F is #B63970. Grayscale: #9A9A9A. Windows color (decimal): -11942257 or 9422409. OLE color: 9422409.
HSL color Cylindrical-coordinate representation of color #49C68F: hue angle of 153.6º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C68F is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 198 | 143 | - |
| CMYK | 0.63 | 0 | 0.28 | 0.22 |
| HSL | 153.6º | 0.52% | 0.53% | - |
| HSV(B) | 153.6º | 0.63% | 0.78% | - |
| XYZ | 27.9 | 43.79 | 32.97 | - |
| YUV | 154.36 | 121.59 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 198 | 143 | 0.63 | 0 | 0.28 | 0.22 | 153.6 | 0.52 | 0.53 |
| Hex | 49 | C6 | 8F | 3F | 0 | 1C | 16 | 9A | 34 | 35 |
| Octal | 111 | 306 | 217 | 77 | 0 | 34 | 26 | 232 | 64 | 65 |
| Binary | 1001001 | 11000110 | 10001111 | 111111 | 0 | 11100 | 10110 | 10011010 | 110100 | 110101 |
Color Harmonies of #49C68F
Complementary color
Monochromatic Colors of #49C68F
Black with #49C68F
Text Example
Text Example
White with #49C68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C68F; }
p { color: rgb(73,198,143); }
H1.HeaderClassName
{
color: #49C68F;
}
.AnyTagClassName
{
color: #49C68F;
}
</style>
background-color css
<style>
a { background-color: #49C68F; }
a { background-color: rgb(73,198,143); }
div.DivClassName
{
background-color: #49C68F;
}
.BgClassName
{
background-color: #49C68F;
}
</style>
border-color css
<style>
span { border-color: #49C68F; }
span { border-color: rgb(73,198,143); }
td.TdClassName
{
border-color: #49C68F;
}
.TagClassName
{
border-color: #49C68F;
}
</style>