Shades of Shamrock #49D593
Tints of Shamrock #49D593
RGB
CMYK
RGB Variations
Color information
#49D593 (or 0x49D593) is known color: Shamrock. HEX triplet: 49, D5 and 93. RGB value is (73,213,147). Sum of RGB (Red+Green+Blue) = 73+213+147=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #49D593 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D593 is #B62A6C. Grayscale: #A3A3A3. Windows color (decimal): -11938413 or 9688393. OLE color: 9688393.
HSL color Cylindrical-coordinate representation of color #49D593: hue angle of 151.71º 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 #49D593 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 147 | - |
| CMYK | 0.66 | 0 | 0.31 | 0.16 |
| HSL | 151.71º | 0.63% | 0.56% | - |
| HSV(B) | 151.71º | 0.66% | 0.84% | - |
| XYZ | 31.81 | 51.11 | 35.79 | - |
| YUV | 163.62 | 118.62 | 63.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 147 | 0.66 | 0 | 0.31 | 0.16 | 151.71 | 0.63 | 0.56 |
| Hex | 49 | D5 | 93 | 42 | 0 | 1F | 10 | 98 | 3E | 38 |
| Octal | 111 | 325 | 223 | 102 | 0 | 37 | 20 | 230 | 76 | 70 |
| Binary | 1001001 | 11010101 | 10010011 | 1000010 | 0 | 11111 | 10000 | 10011000 | 111110 | 111000 |
Color Harmonies of #49D593
Complementary color
Monochromatic Colors of #49D593
Black with #49D593
Text Example
Text Example
White with #49D593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D593; }
p { color: rgb(73,213,147); }
H1.HeaderClassName
{
color: #49D593;
}
.AnyTagClassName
{
color: #49D593;
}
</style>
background-color css
<style>
a { background-color: #49D593; }
a { background-color: rgb(73,213,147); }
div.DivClassName
{
background-color: #49D593;
}
.BgClassName
{
background-color: #49D593;
}
</style>
border-color css
<style>
span { border-color: #49D593; }
span { border-color: rgb(73,213,147); }
td.TdClassName
{
border-color: #49D593;
}
.TagClassName
{
border-color: #49D593;
}
</style>