Shades of Shamrock #49DB92
Tints of Shamrock #49DB92
RGB
CMYK
RGB Variations
Color information
#49DB92 (or 0x49DB92) is known color: Shamrock. HEX triplet: 49, DB and 92. RGB value is (73,219,146). Sum of RGB (Red+Green+Blue) = 73+219+146=438 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.67% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #49DB92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DB92 is #B6246D. Grayscale: #A7A7A7. Windows color (decimal): -11936878 or 9624393. OLE color: 9624393.
HSL color Cylindrical-coordinate representation of color #49DB92: hue angle of 150º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DB92 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 219 | 146 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.14 |
| HSL | 150º | 0.67% | 0.57% | - |
| HSV(B) | 150º | 0.67% | 0.86% | - |
| XYZ | 33.27 | 54.15 | 35.89 | - |
| YUV | 167.02 | 116.13 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 146 | 0.67 | 0 | 0.33 | 0.14 | 150 | 0.67 | 0.57 |
| Hex | 49 | DB | 92 | 43 | 0 | 21 | E | 96 | 43 | 39 |
| Octal | 111 | 333 | 222 | 103 | 0 | 41 | 16 | 226 | 103 | 71 |
| Binary | 1001001 | 11011011 | 10010010 | 1000011 | 0 | 100001 | 1110 | 10010110 | 1000011 | 111001 |
Color Harmonies of #49DB92
Complementary color
Monochromatic Colors of #49DB92
Black with #49DB92
Text Example
Text Example
White with #49DB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DB92; }
p { color: rgb(73,219,146); }
H1.HeaderClassName
{
color: #49DB92;
}
.AnyTagClassName
{
color: #49DB92;
}
</style>
background-color css
<style>
a { background-color: #49DB92; }
a { background-color: rgb(73,219,146); }
div.DivClassName
{
background-color: #49DB92;
}
.BgClassName
{
background-color: #49DB92;
}
</style>
border-color css
<style>
span { border-color: #49DB92; }
span { border-color: rgb(73,219,146); }
td.TdClassName
{
border-color: #49DB92;
}
.TagClassName
{
border-color: #49DB92;
}
</style>