Shades of Shamrock Green #048C54
Tints of Shamrock Green #048C54
RGB
CMYK
RGB Variations
Color information
#048C54 (or 0x048C54) is known color: Shamrock Green. HEX triplet: 04, 8C and 54. RGB value is (4,140,84). Sum of RGB (Red+Green+Blue) = 4+140+84=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 140 (55.08% from 255 or 61.40% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 140 - color contains mainly: green. Hex color #048C54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048C54 is #FB73AB. Grayscale: #5D5D5D. Windows color (decimal): -16479148 or 5540868. OLE color: 5540868.
HSL color Cylindrical-coordinate representation of color #048C54: hue angle of 155.29º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048C54 is Cyan = 0.97, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 140 | 84 | - |
| CMYK | 0.97 | 0 | 0.4 | 0.45 |
| HSL | 155.29º | 0.94% | 0.28% | - |
| HSV(B) | 155.29º | 0.97% | 0.55% | - |
| XYZ | 11.03 | 19.42 | 11.56 | - |
| YUV | 92.95 | 122.94 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 140 | 84 | 0.97 | 0 | 0.4 | 0.45 | 155.29 | 0.94 | 0.28 |
| Hex | 4 | 8C | 54 | 61 | 0 | 28 | 2D | 9B | 5E | 1C |
| Octal | 4 | 214 | 124 | 141 | 0 | 50 | 55 | 233 | 136 | 34 |
| Binary | 100 | 10001100 | 1010100 | 1100001 | 0 | 101000 | 101101 | 10011011 | 1011110 | 11100 |
Color Harmonies of #048C54
Complementary color
Monochromatic Colors of #048C54
Black with #048C54
Text Example
Text Example
White with #048C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048C54; }
p { color: rgb(4,140,84); }
H1.HeaderClassName
{
color: #048C54;
}
.AnyTagClassName
{
color: #048C54;
}
</style>
background-color css
<style>
a { background-color: #048C54; }
a { background-color: rgb(4,140,84); }
div.DivClassName
{
background-color: #048C54;
}
.BgClassName
{
background-color: #048C54;
}
</style>
border-color css
<style>
span { border-color: #048C54; }
span { border-color: rgb(4,140,84); }
td.TdClassName
{
border-color: #048C54;
}
.TagClassName
{
border-color: #048C54;
}
</style>