Shades of Shamrock Green #059255
Tints of Shamrock Green #059255
RGB
CMYK
RGB Variations
Color information
#059255 (or 0x059255) is known color: Shamrock Green. HEX triplet: 05, 92 and 55. RGB value is (5,146,85). Sum of RGB (Red+Green+Blue) = 5+146+85=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 146 (57.42% from 255 or 61.86% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 146 - color contains mainly: green. Hex color #059255 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059255 is #FA6DAA. Grayscale: #606060. Windows color (decimal): -16412075 or 5607941. OLE color: 5607941.
HSL color Cylindrical-coordinate representation of color #059255: hue angle of 154.04º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059255 is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 146 | 85 | - |
| CMYK | 0.97 | 0 | 0.42 | 0.43 |
| HSL | 154.04º | 0.93% | 0.3% | - |
| HSV(B) | 154.04º | 0.97% | 0.57% | - |
| XYZ | 11.98 | 21.25 | 12.06 | - |
| YUV | 96.89 | 121.29 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 146 | 85 | 0.97 | 0 | 0.42 | 0.43 | 154.04 | 0.93 | 0.3 |
| Hex | 5 | 92 | 55 | 61 | 0 | 2A | 2B | 9A | 5D | 1E |
| Octal | 5 | 222 | 125 | 141 | 0 | 52 | 53 | 232 | 135 | 36 |
| Binary | 101 | 10010010 | 1010101 | 1100001 | 0 | 101010 | 101011 | 10011010 | 1011101 | 11110 |
Color Harmonies of #059255
Complementary color
Monochromatic Colors of #059255
Black with #059255
Text Example
Text Example
White with #059255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059255; }
p { color: rgb(5,146,85); }
H1.HeaderClassName
{
color: #059255;
}
.AnyTagClassName
{
color: #059255;
}
</style>
background-color css
<style>
a { background-color: #059255; }
a { background-color: rgb(5,146,85); }
div.DivClassName
{
background-color: #059255;
}
.BgClassName
{
background-color: #059255;
}
</style>
border-color css
<style>
span { border-color: #059255; }
span { border-color: rgb(5,146,85); }
td.TdClassName
{
border-color: #059255;
}
.TagClassName
{
border-color: #059255;
}
</style>