Shades of Shamrock Green #139B65
Tints of Shamrock Green #139B65
RGB
CMYK
RGB Variations
Color information
#139B65 (or 0x139B65) is known color: Shamrock Green. HEX triplet: 13, 9B and 65. RGB value is (19,155,101). Sum of RGB (Red+Green+Blue) = 19+155+101=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 155 (60.94% from 255 or 56.36% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 155 - color contains mainly: green. Hex color #139B65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139B65 is #EC649A. Grayscale: #6C6C6C. Windows color (decimal): -15492251 or 6658835. OLE color: 6658835.
HSL color Cylindrical-coordinate representation of color #139B65: hue angle of 156.18º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139B65 is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 155 | 101 | - |
| CMYK | 0.88 | 0 | 0.35 | 0.39 |
| HSL | 156.18º | 0.78% | 0.34% | - |
| HSV(B) | 156.18º | 0.88% | 0.61% | - |
| XYZ | 14.34 | 24.52 | 16.29 | - |
| YUV | 108.18 | 123.94 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 155 | 101 | 0.88 | 0 | 0.35 | 0.39 | 156.18 | 0.78 | 0.34 |
| Hex | 13 | 9B | 65 | 58 | 0 | 23 | 27 | 9C | 4E | 22 |
| Octal | 23 | 233 | 145 | 130 | 0 | 43 | 47 | 234 | 116 | 42 |
| Binary | 10011 | 10011011 | 1100101 | 1011000 | 0 | 100011 | 100111 | 10011100 | 1001110 | 100010 |
Color Harmonies of #139B65
Complementary color
Monochromatic Colors of #139B65
Black with #139B65
Text Example
Text Example
White with #139B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139B65; }
p { color: rgb(19,155,101); }
H1.HeaderClassName
{
color: #139B65;
}
.AnyTagClassName
{
color: #139B65;
}
</style>
background-color css
<style>
a { background-color: #139B65; }
a { background-color: rgb(19,155,101); }
div.DivClassName
{
background-color: #139B65;
}
.BgClassName
{
background-color: #139B65;
}
</style>
border-color css
<style>
span { border-color: #139B65; }
span { border-color: rgb(19,155,101); }
td.TdClassName
{
border-color: #139B65;
}
.TagClassName
{
border-color: #139B65;
}
</style>