Shades of Shamrock Green #059558
Tints of Shamrock Green #059558
RGB
CMYK
RGB Variations
Color information
#059558 (or 0x059558) is known color: Shamrock Green. HEX triplet: 05, 95 and 58. RGB value is (5,149,88). Sum of RGB (Red+Green+Blue) = 5+149+88=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 149 (58.59% from 255 or 61.57% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 149 - color contains mainly: green. Hex color #059558 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059558 is #FA6AA7. Grayscale: #636363. Windows color (decimal): -16411304 or 5805317. OLE color: 5805317.
HSL color Cylindrical-coordinate representation of color #059558: hue angle of 154.58º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059558 is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 149 | 88 | - |
| CMYK | 0.97 | 0 | 0.41 | 0.42 |
| HSL | 154.58º | 0.94% | 0.3% | - |
| HSV(B) | 154.58º | 0.97% | 0.58% | - |
| XYZ | 12.57 | 22.23 | 12.86 | - |
| YUV | 98.99 | 121.79 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 149 | 88 | 0.97 | 0 | 0.41 | 0.42 | 154.58 | 0.94 | 0.3 |
| Hex | 5 | 95 | 58 | 61 | 0 | 29 | 2A | 9B | 5E | 1E |
| Octal | 5 | 225 | 130 | 141 | 0 | 51 | 52 | 233 | 136 | 36 |
| Binary | 101 | 10010101 | 1011000 | 1100001 | 0 | 101001 | 101010 | 10011011 | 1011110 | 11110 |
Color Harmonies of #059558
Complementary color
Monochromatic Colors of #059558
Black with #059558
Text Example
Text Example
White with #059558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059558; }
p { color: rgb(5,149,88); }
H1.HeaderClassName
{
color: #059558;
}
.AnyTagClassName
{
color: #059558;
}
</style>
background-color css
<style>
a { background-color: #059558; }
a { background-color: rgb(5,149,88); }
div.DivClassName
{
background-color: #059558;
}
.BgClassName
{
background-color: #059558;
}
</style>
border-color css
<style>
span { border-color: #059558; }
span { border-color: rgb(5,149,88); }
td.TdClassName
{
border-color: #059558;
}
.TagClassName
{
border-color: #059558;
}
</style>