Shades of Shamrock #49CB98
Tints of Shamrock #49CB98
RGB
CMYK
RGB Variations
Color information
#49CB98 (or 0x49CB98) is known color: Shamrock. HEX triplet: 49, CB and 98. RGB value is (73,203,152). Sum of RGB (Red+Green+Blue) = 73+203+152=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 203 - color contains mainly: green. Hex color #49CB98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CB98 is #B63467. Grayscale: #9E9E9E. Windows color (decimal): -11940968 or 10013513. OLE color: 10013513.
HSL color Cylindrical-coordinate representation of color #49CB98: hue angle of 156.46º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CB98 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 203 | 152 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.20 |
| HSL | 156.46º | 0.56% | 0.54% | - |
| HSV(B) | 156.46º | 0.64% | 0.8% | - |
| XYZ | 29.77 | 46.4 | 37.09 | - |
| YUV | 158.32 | 124.43 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 203 | 152 | 0.64 | 0 | 0.25 | 0.20 | 156.46 | 0.56 | 0.54 |
| Hex | 49 | CB | 98 | 40 | 0 | 19 | 14 | 9C | 38 | 36 |
| Octal | 111 | 313 | 230 | 100 | 0 | 31 | 24 | 234 | 70 | 66 |
| Binary | 1001001 | 11001011 | 10011000 | 1000000 | 0 | 11001 | 10100 | 10011100 | 111000 | 110110 |
Color Harmonies of #49CB98
Complementary color
Monochromatic Colors of #49CB98
Black with #49CB98
Text Example
Text Example
White with #49CB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CB98; }
p { color: rgb(73,203,152); }
H1.HeaderClassName
{
color: #49CB98;
}
.AnyTagClassName
{
color: #49CB98;
}
</style>
background-color css
<style>
a { background-color: #49CB98; }
a { background-color: rgb(73,203,152); }
div.DivClassName
{
background-color: #49CB98;
}
.BgClassName
{
background-color: #49CB98;
}
</style>
border-color css
<style>
span { border-color: #49CB98; }
span { border-color: rgb(73,203,152); }
td.TdClassName
{
border-color: #49CB98;
}
.TagClassName
{
border-color: #49CB98;
}
</style>