Shades of Shamrock Green #059655
Tints of Shamrock Green #059655
RGB
CMYK
RGB Variations
Color information
#059655 (or 0x059655) is known color: Shamrock Green. HEX triplet: 05, 96 and 55. RGB value is (5,150,85). Sum of RGB (Red+Green+Blue) = 5+150+85=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 150 (58.98% from 255 or 62.5% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 150 - color contains mainly: green. Hex color #059655 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059655 is #FA69AA. Grayscale: #636363. Windows color (decimal): -16411051 or 5608965. OLE color: 5608965.
HSL color Cylindrical-coordinate representation of color #059655: hue angle of 153.1º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059655 is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 5 | 150 | 85 | - |
| CMYK | 0.97 | 0 | 0.43 | 0.41 |
| HSL | 153.1º | 0.94% | 0.3% | - |
| HSV(B) | 153.1º | 0.97% | 0.59% | - |
| XYZ | 12.61 | 22.5 | 12.27 | - |
| YUV | 99.24 | 119.96 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 150 | 85 | 0.97 | 0 | 0.43 | 0.41 | 153.1 | 0.94 | 0.3 |
| Hex | 5 | 96 | 55 | 61 | 0 | 2B | 29 | 99 | 5E | 1E |
| Octal | 5 | 226 | 125 | 141 | 0 | 53 | 51 | 231 | 136 | 36 |
| Binary | 101 | 10010110 | 1010101 | 1100001 | 0 | 101011 | 101001 | 10011001 | 1011110 | 11110 |
Color Harmonies of #059655
Complementary color
Monochromatic Colors of #059655
Black with #059655
Text Example
Text Example
White with #059655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059655; }
p { color: rgb(5,150,85); }
H1.HeaderClassName
{
color: #059655;
}
.AnyTagClassName
{
color: #059655;
}
</style>
background-color css
<style>
a { background-color: #059655; }
a { background-color: rgb(5,150,85); }
div.DivClassName
{
background-color: #059655;
}
.BgClassName
{
background-color: #059655;
}
</style>
border-color css
<style>
span { border-color: #059655; }
span { border-color: rgb(5,150,85); }
td.TdClassName
{
border-color: #059655;
}
.TagClassName
{
border-color: #059655;
}
</style>