Shades of Shamrock #49C08C
Tints of Shamrock #49C08C
RGB
CMYK
RGB Variations
Color information
#49C08C (or 0x49C08C) is known color: Shamrock. HEX triplet: 49, C0 and 8C. RGB value is (73,192,140). Sum of RGB (Red+Green+Blue) = 73+192+140=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #49C08C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C08C is #B63F73. Grayscale: #969696. Windows color (decimal): -11943796 or 9224265. OLE color: 9224265.
HSL color Cylindrical-coordinate representation of color #49C08C: hue angle of 153.78º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C08C is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 140 | - |
| CMYK | 0.62 | 0 | 0.27 | 0.25 |
| HSL | 153.78º | 0.49% | 0.52% | - |
| HSV(B) | 153.78º | 0.62% | 0.75% | - |
| XYZ | 26.33 | 41.01 | 31.34 | - |
| YUV | 150.49 | 122.08 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 140 | 0.62 | 0 | 0.27 | 0.25 | 153.78 | 0.49 | 0.52 |
| Hex | 49 | C0 | 8C | 3E | 0 | 1B | 19 | 9A | 31 | 34 |
| Octal | 111 | 300 | 214 | 76 | 0 | 33 | 31 | 232 | 61 | 64 |
| Binary | 1001001 | 11000000 | 10001100 | 111110 | 0 | 11011 | 11001 | 10011010 | 110001 | 110100 |
Color Harmonies of #49C08C
Complementary color
Monochromatic Colors of #49C08C
Black with #49C08C
Text Example
Text Example
White with #49C08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C08C; }
p { color: rgb(73,192,140); }
H1.HeaderClassName
{
color: #49C08C;
}
.AnyTagClassName
{
color: #49C08C;
}
</style>
background-color css
<style>
a { background-color: #49C08C; }
a { background-color: rgb(73,192,140); }
div.DivClassName
{
background-color: #49C08C;
}
.BgClassName
{
background-color: #49C08C;
}
</style>
border-color css
<style>
span { border-color: #49C08C; }
span { border-color: rgb(73,192,140); }
td.TdClassName
{
border-color: #49C08C;
}
.TagClassName
{
border-color: #49C08C;
}
</style>