Shades of Shamrock Green #039355
Tints of Shamrock Green #039355
RGB
CMYK
RGB Variations
Color information
#039355 (or 0x039355) is known color: Shamrock Green. HEX triplet: 03, 93 and 55. RGB value is (3,147,85). Sum of RGB (Red+Green+Blue) = 3+147+85=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 147 (57.81% from 255 or 62.55% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 147 - color contains mainly: green. Hex color #039355 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039355 is #FC6CAA. Grayscale: #606060. Windows color (decimal): -16542891 or 5608195. OLE color: 5608195.
HSL color Cylindrical-coordinate representation of color #039355: hue angle of 154.17º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039355 is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 147 | 85 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.42 |
| HSL | 154.17º | 0.96% | 0.29% | - |
| HSV(B) | 154.17º | 0.98% | 0.58% | - |
| XYZ | 12.11 | 21.54 | 12.11 | - |
| YUV | 96.88 | 121.29 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 147 | 85 | 0.98 | 0 | 0.42 | 0.42 | 154.17 | 0.96 | 0.29 |
| Hex | 3 | 93 | 55 | 62 | 0 | 2A | 2A | 9A | 60 | 1D |
| Octal | 3 | 223 | 125 | 142 | 0 | 52 | 52 | 232 | 140 | 35 |
| Binary | 11 | 10010011 | 1010101 | 1100010 | 0 | 101010 | 101010 | 10011010 | 1100000 | 11101 |
Color Harmonies of #039355
Complementary color
Monochromatic Colors of #039355
Black with #039355
Text Example
Text Example
White with #039355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039355; }
p { color: rgb(3,147,85); }
H1.HeaderClassName
{
color: #039355;
}
.AnyTagClassName
{
color: #039355;
}
</style>
background-color css
<style>
a { background-color: #039355; }
a { background-color: rgb(3,147,85); }
div.DivClassName
{
background-color: #039355;
}
.BgClassName
{
background-color: #039355;
}
</style>
border-color css
<style>
span { border-color: #039355; }
span { border-color: rgb(3,147,85); }
td.TdClassName
{
border-color: #039355;
}
.TagClassName
{
border-color: #039355;
}
</style>