Shades of Shamrock Green #039863
Tints of Shamrock Green #039863
RGB
CMYK
RGB Variations
Color information
#039863 (or 0x039863) is known color: Shamrock Green. HEX triplet: 03, 98 and 63. RGB value is (3,152,99). Sum of RGB (Red+Green+Blue) = 3+152+99=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 152 (59.77% from 255 or 59.84% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 152 - color contains mainly: green. Hex color #039863 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039863 is #FC679C. Grayscale: #656565. Windows color (decimal): -16541597 or 6526979. OLE color: 6526979.
HSL color Cylindrical-coordinate representation of color #039863: hue angle of 158.66º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039863 is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 152 | 99 | - |
| CMYK | 0.98 | 0 | 0.35 | 0.40 |
| HSL | 158.66º | 0.96% | 0.3% | - |
| HSV(B) | 158.66º | 0.98% | 0.6% | - |
| XYZ | 13.52 | 23.38 | 15.6 | - |
| YUV | 101.41 | 126.64 | 57.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 152 | 99 | 0.98 | 0 | 0.35 | 0.40 | 158.66 | 0.96 | 0.3 |
| Hex | 3 | 98 | 63 | 62 | 0 | 23 | 28 | 9F | 60 | 1E |
| Octal | 3 | 230 | 143 | 142 | 0 | 43 | 50 | 237 | 140 | 36 |
| Binary | 11 | 10011000 | 1100011 | 1100010 | 0 | 100011 | 101000 | 10011111 | 1100000 | 11110 |
Color Harmonies of #039863
Complementary color
Monochromatic Colors of #039863
Black with #039863
Text Example
Text Example
White with #039863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039863; }
p { color: rgb(3,152,99); }
H1.HeaderClassName
{
color: #039863;
}
.AnyTagClassName
{
color: #039863;
}
</style>
background-color css
<style>
a { background-color: #039863; }
a { background-color: rgb(3,152,99); }
div.DivClassName
{
background-color: #039863;
}
.BgClassName
{
background-color: #039863;
}
</style>
border-color css
<style>
span { border-color: #039863; }
span { border-color: rgb(3,152,99); }
td.TdClassName
{
border-color: #039863;
}
.TagClassName
{
border-color: #039863;
}
</style>