Shades of Shamrock Green #049863
Tints of Shamrock Green #049863
RGB
CMYK
RGB Variations
Color information
#049863 (or 0x049863) is known color: Shamrock Green. HEX triplet: 04, 98 and 63. RGB value is (4,152,99). Sum of RGB (Red+Green+Blue) = 4+152+99=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 152 (59.77% from 255 or 59.61% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 152 - color contains mainly: green. Hex color #049863 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049863 is #FB679C. Grayscale: #656565. Windows color (decimal): -16476061 or 6526980. OLE color: 6526980.
HSL color Cylindrical-coordinate representation of color #049863: hue angle of 158.51º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049863 is Cyan = 0.97, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 4 | 152 | 99 | - |
| CMYK | 0.97 | 0 | 0.35 | 0.40 |
| HSL | 158.51º | 0.95% | 0.31% | - |
| HSV(B) | 158.51º | 0.97% | 0.6% | - |
| XYZ | 13.53 | 23.38 | 15.6 | - |
| YUV | 101.71 | 126.47 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 152 | 99 | 0.97 | 0 | 0.35 | 0.40 | 158.51 | 0.95 | 0.31 |
| Hex | 4 | 98 | 63 | 61 | 0 | 23 | 28 | 9F | 5F | 1F |
| Octal | 4 | 230 | 143 | 141 | 0 | 43 | 50 | 237 | 137 | 37 |
| Binary | 100 | 10011000 | 1100011 | 1100001 | 0 | 100011 | 101000 | 10011111 | 1011111 | 11111 |
Color Harmonies of #049863
Complementary color
Monochromatic Colors of #049863
Black with #049863
Text Example
Text Example
White with #049863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049863; }
p { color: rgb(4,152,99); }
H1.HeaderClassName
{
color: #049863;
}
.AnyTagClassName
{
color: #049863;
}
</style>
background-color css
<style>
a { background-color: #049863; }
a { background-color: rgb(4,152,99); }
div.DivClassName
{
background-color: #049863;
}
.BgClassName
{
background-color: #049863;
}
</style>
border-color css
<style>
span { border-color: #049863; }
span { border-color: rgb(4,152,99); }
td.TdClassName
{
border-color: #049863;
}
.TagClassName
{
border-color: #049863;
}
</style>