Shades of Shamrock Green #048C5D
Tints of Shamrock Green #048C5D
RGB
CMYK
RGB Variations
Color information
#048C5D (or 0x048C5D) is known color: Shamrock Green. HEX triplet: 04, 8C and 5D. RGB value is (4,140,93). Sum of RGB (Red+Green+Blue) = 4+140+93=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 140 (55.08% from 255 or 59.07% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 140 - color contains mainly: green. Hex color #048C5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048C5D is #FB73A2. Grayscale: #5E5E5E. Windows color (decimal): -16479139 or 6130692. OLE color: 6130692.
HSL color Cylindrical-coordinate representation of color #048C5D: hue angle of 159.26º 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 #048C5D is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 140 | 93 | - |
| CMYK | 0.97 | 0 | 0.34 | 0.45 |
| HSL | 159.26º | 0.94% | 0.28% | - |
| HSV(B) | 159.26º | 0.97% | 0.55% | - |
| XYZ | 11.4 | 19.57 | 13.53 | - |
| YUV | 93.98 | 127.44 | 63.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 140 | 93 | 0.97 | 0 | 0.34 | 0.45 | 159.26 | 0.94 | 0.28 |
| Hex | 4 | 8C | 5D | 61 | 0 | 22 | 2D | 9F | 5E | 1C |
| Octal | 4 | 214 | 135 | 141 | 0 | 42 | 55 | 237 | 136 | 34 |
| Binary | 100 | 10001100 | 1011101 | 1100001 | 0 | 100010 | 101101 | 10011111 | 1011110 | 11100 |
Color Harmonies of #048C5D
Complementary color
Monochromatic Colors of #048C5D
Black with #048C5D
Text Example
Text Example
White with #048C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048C5D; }
p { color: rgb(4,140,93); }
H1.HeaderClassName
{
color: #048C5D;
}
.AnyTagClassName
{
color: #048C5D;
}
</style>
background-color css
<style>
a { background-color: #048C5D; }
a { background-color: rgb(4,140,93); }
div.DivClassName
{
background-color: #048C5D;
}
.BgClassName
{
background-color: #048C5D;
}
</style>
border-color css
<style>
span { border-color: #048C5D; }
span { border-color: rgb(4,140,93); }
td.TdClassName
{
border-color: #048C5D;
}
.TagClassName
{
border-color: #048C5D;
}
</style>