Shades of Shamrock Green #049963
Tints of Shamrock Green #049963
RGB
CMYK
RGB Variations
Color information
#049963 (or 0x049963) is known color: Shamrock Green. HEX triplet: 04, 99 and 63. RGB value is (4,153,99). Sum of RGB (Red+Green+Blue) = 4+153+99=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 153 (60.16% from 255 or 59.77% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 153 - color contains mainly: green. Hex color #049963 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049963 is #FB669C. Grayscale: #666666. Windows color (decimal): -16475805 or 6527236. OLE color: 6527236.
HSL color Cylindrical-coordinate representation of color #049963: hue angle of 158.26º 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 #049963 is Cyan = 0.97, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 4 | 153 | 99 | - |
| CMYK | 0.97 | 0 | 0.35 | 0.4 |
| HSL | 158.26º | 0.95% | 0.31% | - |
| HSV(B) | 158.26º | 0.97% | 0.6% | - |
| XYZ | 13.69 | 23.71 | 15.66 | - |
| YUV | 102.29 | 126.14 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 153 | 99 | 0.97 | 0 | 0.35 | 0.4 | 158.26 | 0.95 | 0.31 |
| Hex | 4 | 99 | 63 | 61 | 0 | 23 | 28 | 9E | 5F | 1F |
| Octal | 4 | 231 | 143 | 141 | 0 | 43 | 50 | 236 | 137 | 37 |
| Binary | 100 | 10011001 | 1100011 | 1100001 | 0 | 100011 | 101000 | 10011110 | 1011111 | 11111 |
Color Harmonies of #049963
Complementary color
Monochromatic Colors of #049963
Black with #049963
Text Example
Text Example
White with #049963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049963; }
p { color: rgb(4,153,99); }
H1.HeaderClassName
{
color: #049963;
}
.AnyTagClassName
{
color: #049963;
}
</style>
background-color css
<style>
a { background-color: #049963; }
a { background-color: rgb(4,153,99); }
div.DivClassName
{
background-color: #049963;
}
.BgClassName
{
background-color: #049963;
}
</style>
border-color css
<style>
span { border-color: #049963; }
span { border-color: rgb(4,153,99); }
td.TdClassName
{
border-color: #049963;
}
.TagClassName
{
border-color: #049963;
}
</style>