Shades of Shamrock Green #059358
Tints of Shamrock Green #059358
RGB
CMYK
RGB Variations
Color information
#059358 (or 0x059358) is known color: Shamrock Green. HEX triplet: 05, 93 and 58. RGB value is (5,147,88). Sum of RGB (Red+Green+Blue) = 5+147+88=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 147 (57.81% from 255 or 61.25% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 147 - color contains mainly: green. Hex color #059358 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059358 is #FA6CA7. Grayscale: #616161. Windows color (decimal): -16411816 or 5804805. OLE color: 5804805.
HSL color Cylindrical-coordinate representation of color #059358: hue angle of 155.07º 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 #059358 is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 147 | 88 | - |
| CMYK | 0.97 | 0 | 0.40 | 0.42 |
| HSL | 155.07º | 0.93% | 0.3% | - |
| HSV(B) | 155.07º | 0.97% | 0.58% | - |
| XYZ | 12.26 | 21.6 | 12.76 | - |
| YUV | 97.82 | 122.46 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 147 | 88 | 0.97 | 0 | 0.40 | 0.42 | 155.07 | 0.93 | 0.3 |
| Hex | 5 | 93 | 58 | 61 | 0 | 28 | 2A | 9B | 5D | 1E |
| Octal | 5 | 223 | 130 | 141 | 0 | 50 | 52 | 233 | 135 | 36 |
| Binary | 101 | 10010011 | 1011000 | 1100001 | 0 | 101000 | 101010 | 10011011 | 1011101 | 11110 |
Color Harmonies of #059358
Complementary color
Monochromatic Colors of #059358
Black with #059358
Text Example
Text Example
White with #059358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059358; }
p { color: rgb(5,147,88); }
H1.HeaderClassName
{
color: #059358;
}
.AnyTagClassName
{
color: #059358;
}
</style>
background-color css
<style>
a { background-color: #059358; }
a { background-color: rgb(5,147,88); }
div.DivClassName
{
background-color: #059358;
}
.BgClassName
{
background-color: #059358;
}
</style>
border-color css
<style>
span { border-color: #059358; }
span { border-color: rgb(5,147,88); }
td.TdClassName
{
border-color: #059358;
}
.TagClassName
{
border-color: #059358;
}
</style>