Shades of Shamrock Green #058D52
Tints of Shamrock Green #058D52
RGB
CMYK
RGB Variations
Color information
#058D52 (or 0x058D52) is known color: Shamrock Green. HEX triplet: 05, 8D and 52. RGB value is (5,141,82). Sum of RGB (Red+Green+Blue) = 5+141+82=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 141 (55.47% from 255 or 61.84% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 141 - color contains mainly: green. Hex color #058D52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058D52 is #FA72AD. Grayscale: #5D5D5D. Windows color (decimal): -16413358 or 5410053. OLE color: 5410053.
HSL color Cylindrical-coordinate representation of color #058D52: hue angle of 153.97º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058D52 is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 141 | 82 | - |
| CMYK | 0.96 | 0 | 0.42 | 0.45 |
| HSL | 153.97º | 0.93% | 0.29% | - |
| HSV(B) | 153.97º | 0.96% | 0.55% | - |
| XYZ | 11.11 | 19.69 | 11.2 | - |
| YUV | 93.61 | 121.44 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 82 | 0.96 | 0 | 0.42 | 0.45 | 153.97 | 0.93 | 0.29 |
| Hex | 5 | 8D | 52 | 60 | 0 | 2A | 2D | 9A | 5D | 1D |
| Octal | 5 | 215 | 122 | 140 | 0 | 52 | 55 | 232 | 135 | 35 |
| Binary | 101 | 10001101 | 1010010 | 1100000 | 0 | 101010 | 101101 | 10011010 | 1011101 | 11101 |
Color Harmonies of #058D52
Complementary color
Monochromatic Colors of #058D52
Black with #058D52
Text Example
Text Example
White with #058D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058D52; }
p { color: rgb(5,141,82); }
H1.HeaderClassName
{
color: #058D52;
}
.AnyTagClassName
{
color: #058D52;
}
</style>
background-color css
<style>
a { background-color: #058D52; }
a { background-color: rgb(5,141,82); }
div.DivClassName
{
background-color: #058D52;
}
.BgClassName
{
background-color: #058D52;
}
</style>
border-color css
<style>
span { border-color: #058D52; }
span { border-color: rgb(5,141,82); }
td.TdClassName
{
border-color: #058D52;
}
.TagClassName
{
border-color: #058D52;
}
</style>