Shades of Shamrock #49D599
Tints of Shamrock #49D599
RGB
CMYK
RGB Variations
Color information
#49D599 (or 0x49D599) is known color: Shamrock. HEX triplet: 49, D5 and 99. RGB value is (73,213,153). Sum of RGB (Red+Green+Blue) = 73+213+153=439 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.63% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 213 - color contains mainly: green. Hex color #49D599 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D599 is #B62A66. Grayscale: #A4A4A4. Windows color (decimal): -11938407 or 10081609. OLE color: 10081609.
HSL color Cylindrical-coordinate representation of color #49D599: hue angle of 154.29º degrees, saturation: 0.62, 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 #49D599 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 153 | - |
| CMYK | 0.66 | 0 | 0.28 | 0.16 |
| HSL | 154.29º | 0.63% | 0.56% | - |
| HSV(B) | 154.29º | 0.66% | 0.84% | - |
| XYZ | 32.29 | 51.3 | 38.34 | - |
| YUV | 164.3 | 121.62 | 62.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 153 | 0.66 | 0 | 0.28 | 0.16 | 154.29 | 0.63 | 0.56 |
| Hex | 49 | D5 | 99 | 42 | 0 | 1C | 10 | 9A | 3E | 38 |
| Octal | 111 | 325 | 231 | 102 | 0 | 34 | 20 | 232 | 76 | 70 |
| Binary | 1001001 | 11010101 | 10011001 | 1000010 | 0 | 11100 | 10000 | 10011010 | 111110 | 111000 |
Color Harmonies of #49D599
Complementary color
Monochromatic Colors of #49D599
Black with #49D599
Text Example
Text Example
White with #49D599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D599; }
p { color: rgb(73,213,153); }
H1.HeaderClassName
{
color: #49D599;
}
.AnyTagClassName
{
color: #49D599;
}
</style>
background-color css
<style>
a { background-color: #49D599; }
a { background-color: rgb(73,213,153); }
div.DivClassName
{
background-color: #49D599;
}
.BgClassName
{
background-color: #49D599;
}
</style>
border-color css
<style>
span { border-color: #49D599; }
span { border-color: rgb(73,213,153); }
td.TdClassName
{
border-color: #49D599;
}
.TagClassName
{
border-color: #49D599;
}
</style>