Shades of Shamrock Green #059559
Tints of Shamrock Green #059559
RGB
CMYK
RGB Variations
Color information
#059559 (or 0x059559) is known color: Shamrock Green. HEX triplet: 05, 95 and 59. RGB value is (5,149,89). Sum of RGB (Red+Green+Blue) = 5+149+89=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 149 (58.59% from 255 or 61.32% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 149 - color contains mainly: green. Hex color #059559 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059559 is #FA6AA6. Grayscale: #636363. Windows color (decimal): -16411303 or 5870853. OLE color: 5870853.
HSL color Cylindrical-coordinate representation of color #059559: hue angle of 155º 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 #059559 is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 149 | 89 | - |
| CMYK | 0.97 | 0 | 0.40 | 0.42 |
| HSL | 155º | 0.94% | 0.3% | - |
| HSV(B) | 155º | 0.97% | 0.58% | - |
| XYZ | 12.61 | 22.25 | 13.08 | - |
| YUV | 99.1 | 122.29 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 149 | 89 | 0.97 | 0 | 0.40 | 0.42 | 155 | 0.94 | 0.3 |
| Hex | 5 | 95 | 59 | 61 | 0 | 28 | 2A | 9B | 5E | 1E |
| Octal | 5 | 225 | 131 | 141 | 0 | 50 | 52 | 233 | 136 | 36 |
| Binary | 101 | 10010101 | 1011001 | 1100001 | 0 | 101000 | 101010 | 10011011 | 1011110 | 11110 |
Color Harmonies of #059559
Complementary color
Monochromatic Colors of #059559
Black with #059559
Text Example
Text Example
White with #059559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059559; }
p { color: rgb(5,149,89); }
H1.HeaderClassName
{
color: #059559;
}
.AnyTagClassName
{
color: #059559;
}
</style>
background-color css
<style>
a { background-color: #059559; }
a { background-color: rgb(5,149,89); }
div.DivClassName
{
background-color: #059559;
}
.BgClassName
{
background-color: #059559;
}
</style>
border-color css
<style>
span { border-color: #059559; }
span { border-color: rgb(5,149,89); }
td.TdClassName
{
border-color: #059559;
}
.TagClassName
{
border-color: #059559;
}
</style>