Shades of Shamrock #49D59B
Tints of Shamrock #49D59B
RGB
CMYK
RGB Variations
Color information
#49D59B (or 0x49D59B) is known color: Shamrock. HEX triplet: 49, D5 and 9B. RGB value is (73,213,155). Sum of RGB (Red+Green+Blue) = 73+213+155=441 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.55% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 213 - color contains mainly: green. Hex color #49D59B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D59B is #B62A64. Grayscale: #A4A4A4. Windows color (decimal): -11938405 or 10212681. OLE color: 10212681.
HSL color Cylindrical-coordinate representation of color #49D59B: hue angle of 155.14º 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 #49D59B is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 155 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.16 |
| HSL | 155.14º | 0.63% | 0.56% | - |
| HSV(B) | 155.14º | 0.66% | 0.84% | - |
| XYZ | 32.46 | 51.37 | 39.22 | - |
| YUV | 164.53 | 122.62 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 155 | 0.66 | 0 | 0.27 | 0.16 | 155.14 | 0.63 | 0.56 |
| Hex | 49 | D5 | 9B | 42 | 0 | 1B | 10 | 9B | 3E | 38 |
| Octal | 111 | 325 | 233 | 102 | 0 | 33 | 20 | 233 | 76 | 70 |
| Binary | 1001001 | 11010101 | 10011011 | 1000010 | 0 | 11011 | 10000 | 10011011 | 111110 | 111000 |
Color Harmonies of #49D59B
Complementary color
Monochromatic Colors of #49D59B
Black with #49D59B
Text Example
Text Example
White with #49D59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D59B; }
p { color: rgb(73,213,155); }
H1.HeaderClassName
{
color: #49D59B;
}
.AnyTagClassName
{
color: #49D59B;
}
</style>
background-color css
<style>
a { background-color: #49D59B; }
a { background-color: rgb(73,213,155); }
div.DivClassName
{
background-color: #49D59B;
}
.BgClassName
{
background-color: #49D59B;
}
</style>
border-color css
<style>
span { border-color: #49D59B; }
span { border-color: rgb(73,213,155); }
td.TdClassName
{
border-color: #49D59B;
}
.TagClassName
{
border-color: #49D59B;
}
</style>