Shades of Shamrock Green #039968
Tints of Shamrock Green #039968
RGB
CMYK
RGB Variations
Color information
#039968 (or 0x039968) is known color: Shamrock Green. HEX triplet: 03, 99 and 68. RGB value is (3,153,104). Sum of RGB (Red+Green+Blue) = 3+153+104=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 153 (60.16% from 255 or 58.85% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 153 - color contains mainly: green. Hex color #039968 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039968 is #FC6697. Grayscale: #666666. Windows color (decimal): -16541336 or 6854915. OLE color: 6854915.
HSL color Cylindrical-coordinate representation of color #039968: hue angle of 160.4º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039968 is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 3 | 153 | 104 | - |
| CMYK | 0.98 | 0 | 0.32 | 0.4 |
| HSL | 160.4º | 0.96% | 0.31% | - |
| HSV(B) | 160.4º | 0.98% | 0.6% | - |
| XYZ | 13.93 | 23.8 | 16.96 | - |
| YUV | 102.56 | 128.81 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 153 | 104 | 0.98 | 0 | 0.32 | 0.4 | 160.4 | 0.96 | 0.31 |
| Hex | 3 | 99 | 68 | 62 | 0 | 20 | 28 | A0 | 60 | 1F |
| Octal | 3 | 231 | 150 | 142 | 0 | 40 | 50 | 240 | 140 | 37 |
| Binary | 11 | 10011001 | 1101000 | 1100010 | 0 | 100000 | 101000 | 10100000 | 1100000 | 11111 |
Color Harmonies of #039968
Complementary color
Monochromatic Colors of #039968
Black with #039968
Text Example
Text Example
White with #039968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039968; }
p { color: rgb(3,153,104); }
H1.HeaderClassName
{
color: #039968;
}
.AnyTagClassName
{
color: #039968;
}
</style>
background-color css
<style>
a { background-color: #039968; }
a { background-color: rgb(3,153,104); }
div.DivClassName
{
background-color: #039968;
}
.BgClassName
{
background-color: #039968;
}
</style>
border-color css
<style>
span { border-color: #039968; }
span { border-color: rgb(3,153,104); }
td.TdClassName
{
border-color: #039968;
}
.TagClassName
{
border-color: #039968;
}
</style>