Shades of Shamrock Green #049063
Tints of Shamrock Green #049063
RGB
CMYK
RGB Variations
Color information
#049063 (or 0x049063) is known color: Shamrock Green. HEX triplet: 04, 90 and 63. RGB value is (4,144,99). Sum of RGB (Red+Green+Blue) = 4+144+99=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 144 (56.64% from 255 or 58.30% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 144 - color contains mainly: green. Hex color #049063 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049063 is #FB6F9C. Grayscale: #616161. Windows color (decimal): -16478109 or 6524932. OLE color: 6524932.
HSL color Cylindrical-coordinate representation of color #049063: hue angle of 160.71º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049063 is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 144 | 99 | - |
| CMYK | 0.97 | 0 | 0.31 | 0.44 |
| HSL | 160.71º | 0.95% | 0.29% | - |
| HSV(B) | 160.71º | 0.97% | 0.56% | - |
| XYZ | 12.28 | 20.87 | 15.19 | - |
| YUV | 97.01 | 129.12 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 144 | 99 | 0.97 | 0 | 0.31 | 0.44 | 160.71 | 0.95 | 0.29 |
| Hex | 4 | 90 | 63 | 61 | 0 | 1F | 2C | A1 | 5F | 1D |
| Octal | 4 | 220 | 143 | 141 | 0 | 37 | 54 | 241 | 137 | 35 |
| Binary | 100 | 10010000 | 1100011 | 1100001 | 0 | 11111 | 101100 | 10100001 | 1011111 | 11101 |
Color Harmonies of #049063
Complementary color
Monochromatic Colors of #049063
Black with #049063
Text Example
Text Example
White with #049063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049063; }
p { color: rgb(4,144,99); }
H1.HeaderClassName
{
color: #049063;
}
.AnyTagClassName
{
color: #049063;
}
</style>
background-color css
<style>
a { background-color: #049063; }
a { background-color: rgb(4,144,99); }
div.DivClassName
{
background-color: #049063;
}
.BgClassName
{
background-color: #049063;
}
</style>
border-color css
<style>
span { border-color: #049063; }
span { border-color: rgb(4,144,99); }
td.TdClassName
{
border-color: #049063;
}
.TagClassName
{
border-color: #049063;
}
</style>