Shades of Shamrock Green #039060
Tints of Shamrock Green #039060
RGB
CMYK
RGB Variations
Color information
#039060 (or 0x039060) is known color: Shamrock Green. HEX triplet: 03, 90 and 60. RGB value is (3,144,96). Sum of RGB (Red+Green+Blue) = 3+144+96=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 144 (56.64% from 255 or 59.26% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 144 - color contains mainly: green. Hex color #039060 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039060 is #FC6F9F. Grayscale: #606060. Windows color (decimal): -16543648 or 6328323. OLE color: 6328323.
HSL color Cylindrical-coordinate representation of color #039060: hue angle of 159.57º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039060 is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 144 | 96 | - |
| CMYK | 0.98 | 0 | 0.33 | 0.44 |
| HSL | 159.57º | 0.96% | 0.29% | - |
| HSV(B) | 159.57º | 0.98% | 0.56% | - |
| XYZ | 12.12 | 20.81 | 14.44 | - |
| YUV | 96.37 | 127.79 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 144 | 96 | 0.98 | 0 | 0.33 | 0.44 | 159.57 | 0.96 | 0.29 |
| Hex | 3 | 90 | 60 | 62 | 0 | 21 | 2C | A0 | 60 | 1D |
| Octal | 3 | 220 | 140 | 142 | 0 | 41 | 54 | 240 | 140 | 35 |
| Binary | 11 | 10010000 | 1100000 | 1100010 | 0 | 100001 | 101100 | 10100000 | 1100000 | 11101 |
Color Harmonies of #039060
Complementary color
Monochromatic Colors of #039060
Black with #039060
Text Example
Text Example
White with #039060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039060; }
p { color: rgb(3,144,96); }
H1.HeaderClassName
{
color: #039060;
}
.AnyTagClassName
{
color: #039060;
}
</style>
background-color css
<style>
a { background-color: #039060; }
a { background-color: rgb(3,144,96); }
div.DivClassName
{
background-color: #039060;
}
.BgClassName
{
background-color: #039060;
}
</style>
border-color css
<style>
span { border-color: #039060; }
span { border-color: rgb(3,144,96); }
td.TdClassName
{
border-color: #039060;
}
.TagClassName
{
border-color: #039060;
}
</style>