Shades of Shamrock #49DB98
Tints of Shamrock #49DB98
RGB
CMYK
RGB Variations
Color information
#49DB98 (or 0x49DB98) is known color: Shamrock. HEX triplet: 49, DB and 98. RGB value is (73,219,152). Sum of RGB (Red+Green+Blue) = 73+219+152=444 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.44% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #49DB98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DB98 is #B62467. Grayscale: #A7A7A7. Windows color (decimal): -11936872 or 10017609. OLE color: 10017609.
HSL color Cylindrical-coordinate representation of color #49DB98: hue angle of 152.47º 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 #49DB98 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 219 | 152 | - |
| CMYK | 0.67 | 0 | 0.31 | 0.14 |
| HSL | 152.47º | 0.67% | 0.57% | - |
| HSV(B) | 152.47º | 0.67% | 0.86% | - |
| XYZ | 33.75 | 54.35 | 38.42 | - |
| YUV | 167.71 | 119.13 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 152 | 0.67 | 0 | 0.31 | 0.14 | 152.47 | 0.67 | 0.57 |
| Hex | 49 | DB | 98 | 43 | 0 | 1F | E | 98 | 43 | 39 |
| Octal | 111 | 333 | 230 | 103 | 0 | 37 | 16 | 230 | 103 | 71 |
| Binary | 1001001 | 11011011 | 10011000 | 1000011 | 0 | 11111 | 1110 | 10011000 | 1000011 | 111001 |
Color Harmonies of #49DB98
Complementary color
Monochromatic Colors of #49DB98
Black with #49DB98
Text Example
Text Example
White with #49DB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DB98; }
p { color: rgb(73,219,152); }
H1.HeaderClassName
{
color: #49DB98;
}
.AnyTagClassName
{
color: #49DB98;
}
</style>
background-color css
<style>
a { background-color: #49DB98; }
a { background-color: rgb(73,219,152); }
div.DivClassName
{
background-color: #49DB98;
}
.BgClassName
{
background-color: #49DB98;
}
</style>
border-color css
<style>
span { border-color: #49DB98; }
span { border-color: rgb(73,219,152); }
td.TdClassName
{
border-color: #49DB98;
}
.TagClassName
{
border-color: #49DB98;
}
</style>