Shades of Shamrock Green #039558
Tints of Shamrock Green #039558
RGB
CMYK
RGB Variations
Color information
#039558 (or 0x039558) is known color: Shamrock Green. HEX triplet: 03, 95 and 58. RGB value is (3,149,88). Sum of RGB (Red+Green+Blue) = 3+149+88=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 149 (58.59% from 255 or 62.08% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 149 - color contains mainly: green. Hex color #039558 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039558 is #FC6AA7. Grayscale: #626262. Windows color (decimal): -16542376 or 5805315. OLE color: 5805315.
HSL color Cylindrical-coordinate representation of color #039558: hue angle of 154.93º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039558 is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 149 | 88 | - |
| CMYK | 0.98 | 0 | 0.41 | 0.42 |
| HSL | 154.93º | 0.96% | 0.3% | - |
| HSV(B) | 154.93º | 0.98% | 0.58% | - |
| XYZ | 12.55 | 22.22 | 12.86 | - |
| YUV | 98.39 | 122.13 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 149 | 88 | 0.98 | 0 | 0.41 | 0.42 | 154.93 | 0.96 | 0.3 |
| Hex | 3 | 95 | 58 | 62 | 0 | 29 | 2A | 9B | 60 | 1E |
| Octal | 3 | 225 | 130 | 142 | 0 | 51 | 52 | 233 | 140 | 36 |
| Binary | 11 | 10010101 | 1011000 | 1100010 | 0 | 101001 | 101010 | 10011011 | 1100000 | 11110 |
Color Harmonies of #039558
Complementary color
Monochromatic Colors of #039558
Black with #039558
Text Example
Text Example
White with #039558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039558; }
p { color: rgb(3,149,88); }
H1.HeaderClassName
{
color: #039558;
}
.AnyTagClassName
{
color: #039558;
}
</style>
background-color css
<style>
a { background-color: #039558; }
a { background-color: rgb(3,149,88); }
div.DivClassName
{
background-color: #039558;
}
.BgClassName
{
background-color: #039558;
}
</style>
border-color css
<style>
span { border-color: #039558; }
span { border-color: rgb(3,149,88); }
td.TdClassName
{
border-color: #039558;
}
.TagClassName
{
border-color: #039558;
}
</style>