Shades of Shamrock Green #049968
Tints of Shamrock Green #049968
RGB
CMYK
RGB Variations
Color information
#049968 (or 0x049968) is known color: Shamrock Green. HEX triplet: 04, 99 and 68. RGB value is (4,153,104). Sum of RGB (Red+Green+Blue) = 4+153+104=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 153 (60.16% from 255 or 58.62% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 153 - color contains mainly: green. Hex color #049968 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049968 is #FB6697. Grayscale: #666666. Windows color (decimal): -16475800 or 6854916. OLE color: 6854916.
HSL color Cylindrical-coordinate representation of color #049968: hue angle of 160.27º 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 #049968 is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 4 | 153 | 104 | - |
| CMYK | 0.97 | 0 | 0.32 | 0.4 |
| HSL | 160.27º | 0.95% | 0.31% | - |
| HSV(B) | 160.27º | 0.97% | 0.6% | - |
| XYZ | 13.94 | 23.81 | 16.96 | - |
| YUV | 102.86 | 128.64 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 153 | 104 | 0.97 | 0 | 0.32 | 0.4 | 160.27 | 0.95 | 0.31 |
| Hex | 4 | 99 | 68 | 61 | 0 | 20 | 28 | A0 | 5F | 1F |
| Octal | 4 | 231 | 150 | 141 | 0 | 40 | 50 | 240 | 137 | 37 |
| Binary | 100 | 10011001 | 1101000 | 1100001 | 0 | 100000 | 101000 | 10100000 | 1011111 | 11111 |
Color Harmonies of #049968
Complementary color
Monochromatic Colors of #049968
Black with #049968
Text Example
Text Example
White with #049968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049968; }
p { color: rgb(4,153,104); }
H1.HeaderClassName
{
color: #049968;
}
.AnyTagClassName
{
color: #049968;
}
</style>
background-color css
<style>
a { background-color: #049968; }
a { background-color: rgb(4,153,104); }
div.DivClassName
{
background-color: #049968;
}
.BgClassName
{
background-color: #049968;
}
</style>
border-color css
<style>
span { border-color: #049968; }
span { border-color: rgb(4,153,104); }
td.TdClassName
{
border-color: #049968;
}
.TagClassName
{
border-color: #049968;
}
</style>