Shades of Shamrock Green #039F5D
Tints of Shamrock Green #039F5D
RGB
CMYK
RGB Variations
Color information
#039F5D (or 0x039F5D) is known color: Shamrock Green. HEX triplet: 03, 9F and 5D. RGB value is (3,159,93). Sum of RGB (Red+Green+Blue) = 3+159+93=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 159 (62.5% from 255 or 62.35% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 159 - color contains mainly: green. Hex color #039F5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039F5D is #FC60A2. Grayscale: #686868. Windows color (decimal): -16539811 or 6135555. OLE color: 6135555.
HSL color Cylindrical-coordinate representation of color #039F5D: hue angle of 154.62º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039F5D is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 159 | 93 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.38 |
| HSL | 154.62º | 0.96% | 0.32% | - |
| HSV(B) | 154.62º | 0.98% | 0.62% | - |
| XYZ | 14.41 | 25.61 | 14.54 | - |
| YUV | 104.83 | 121.32 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 159 | 93 | 0.98 | 0 | 0.42 | 0.38 | 154.62 | 0.96 | 0.32 |
| Hex | 3 | 9F | 5D | 62 | 0 | 2A | 26 | 9B | 60 | 20 |
| Octal | 3 | 237 | 135 | 142 | 0 | 52 | 46 | 233 | 140 | 40 |
| Binary | 11 | 10011111 | 1011101 | 1100010 | 0 | 101010 | 100110 | 10011011 | 1100000 | 100000 |
Color Harmonies of #039F5D
Complementary color
Monochromatic Colors of #039F5D
Black with #039F5D
Text Example
Text Example
White with #039F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039F5D; }
p { color: rgb(3,159,93); }
H1.HeaderClassName
{
color: #039F5D;
}
.AnyTagClassName
{
color: #039F5D;
}
</style>
background-color css
<style>
a { background-color: #039F5D; }
a { background-color: rgb(3,159,93); }
div.DivClassName
{
background-color: #039F5D;
}
.BgClassName
{
background-color: #039F5D;
}
</style>
border-color css
<style>
span { border-color: #039F5D; }
span { border-color: rgb(3,159,93); }
td.TdClassName
{
border-color: #039F5D;
}
.TagClassName
{
border-color: #039F5D;
}
</style>