Shades of Shamrock #49D596
Tints of Shamrock #49D596
RGB
CMYK
RGB Variations
Color information
#49D596 (or 0x49D596) is known color: Shamrock. HEX triplet: 49, D5 and 96. RGB value is (73,213,150). Sum of RGB (Red+Green+Blue) = 73+213+150=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #49D596 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D596 is #B62A69. Grayscale: #A4A4A4. Windows color (decimal): -11938410 or 9885001. OLE color: 9885001.
HSL color Cylindrical-coordinate representation of color #49D596: hue angle of 153º 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 #49D596 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 150 | - |
| CMYK | 0.66 | 0 | 0.30 | 0.16 |
| HSL | 153º | 0.63% | 0.56% | - |
| HSV(B) | 153º | 0.66% | 0.84% | - |
| XYZ | 32.05 | 51.21 | 37.05 | - |
| YUV | 163.96 | 120.12 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 150 | 0.66 | 0 | 0.30 | 0.16 | 153 | 0.63 | 0.56 |
| Hex | 49 | D5 | 96 | 42 | 0 | 1E | 10 | 99 | 3E | 38 |
| Octal | 111 | 325 | 226 | 102 | 0 | 36 | 20 | 231 | 76 | 70 |
| Binary | 1001001 | 11010101 | 10010110 | 1000010 | 0 | 11110 | 10000 | 10011001 | 111110 | 111000 |
Color Harmonies of #49D596
Complementary color
Monochromatic Colors of #49D596
Black with #49D596
Text Example
Text Example
White with #49D596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D596; }
p { color: rgb(73,213,150); }
H1.HeaderClassName
{
color: #49D596;
}
.AnyTagClassName
{
color: #49D596;
}
</style>
background-color css
<style>
a { background-color: #49D596; }
a { background-color: rgb(73,213,150); }
div.DivClassName
{
background-color: #49D596;
}
.BgClassName
{
background-color: #49D596;
}
</style>
border-color css
<style>
span { border-color: #49D596; }
span { border-color: rgb(73,213,150); }
td.TdClassName
{
border-color: #49D596;
}
.TagClassName
{
border-color: #49D596;
}
</style>