Shades of Shamrock Green #059355
Tints of Shamrock Green #059355
RGB
CMYK
RGB Variations
Color information
#059355 (or 0x059355) is known color: Shamrock Green. HEX triplet: 05, 93 and 55. RGB value is (5,147,85). Sum of RGB (Red+Green+Blue) = 5+147+85=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 147 (57.81% from 255 or 62.03% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 147 - color contains mainly: green. Hex color #059355 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059355 is #FA6CAA. Grayscale: #616161. Windows color (decimal): -16411819 or 5608197. OLE color: 5608197.
HSL color Cylindrical-coordinate representation of color #059355: hue angle of 153.8º degrees, saturation: 0.93, 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 #059355 is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 147 | 85 | - |
| CMYK | 0.97 | 0 | 0.42 | 0.42 |
| HSL | 153.8º | 0.93% | 0.3% | - |
| HSV(B) | 153.8º | 0.97% | 0.58% | - |
| XYZ | 12.14 | 21.56 | 12.12 | - |
| YUV | 97.47 | 120.96 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 147 | 85 | 0.97 | 0 | 0.42 | 0.42 | 153.8 | 0.93 | 0.3 |
| Hex | 5 | 93 | 55 | 61 | 0 | 2A | 2A | 9A | 5D | 1E |
| Octal | 5 | 223 | 125 | 141 | 0 | 52 | 52 | 232 | 135 | 36 |
| Binary | 101 | 10010011 | 1010101 | 1100001 | 0 | 101010 | 101010 | 10011010 | 1011101 | 11110 |
Color Harmonies of #059355
Complementary color
Monochromatic Colors of #059355
Black with #059355
Text Example
Text Example
White with #059355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059355; }
p { color: rgb(5,147,85); }
H1.HeaderClassName
{
color: #059355;
}
.AnyTagClassName
{
color: #059355;
}
</style>
background-color css
<style>
a { background-color: #059355; }
a { background-color: rgb(5,147,85); }
div.DivClassName
{
background-color: #059355;
}
.BgClassName
{
background-color: #059355;
}
</style>
border-color css
<style>
span { border-color: #059355; }
span { border-color: rgb(5,147,85); }
td.TdClassName
{
border-color: #059355;
}
.TagClassName
{
border-color: #059355;
}
</style>