Shades of Pigment Green #139746
Tints of Pigment Green #139746
RGB
CMYK
RGB Variations
Color information
#139746 (or 0x139746) is known color: Pigment Green. HEX triplet: 13, 97 and 46. RGB value is (19,151,70). Sum of RGB (Red+Green+Blue) = 19+151+70=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 151 (59.38% from 255 or 62.92% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 151 - color contains mainly: green. Hex color #139746 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139746 is #EC68B9. Grayscale: #666666. Windows color (decimal): -15493306 or 4626195. OLE color: 4626195.
HSL color Cylindrical-coordinate representation of color #139746: hue angle of 143.18º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139746 is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 151 | 70 | - |
| CMYK | 0.87 | 0 | 0.54 | 0.41 |
| HSL | 143.18º | 0.78% | 0.33% | - |
| HSV(B) | 143.18º | 0.87% | 0.59% | - |
| XYZ | 12.44 | 22.71 | 9.52 | - |
| YUV | 102.3 | 109.77 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 151 | 70 | 0.87 | 0 | 0.54 | 0.41 | 143.18 | 0.78 | 0.33 |
| Hex | 13 | 97 | 46 | 57 | 0 | 36 | 29 | 8F | 4E | 21 |
| Octal | 23 | 227 | 106 | 127 | 0 | 66 | 51 | 217 | 116 | 41 |
| Binary | 10011 | 10010111 | 1000110 | 1010111 | 0 | 110110 | 101001 | 10001111 | 1001110 | 100001 |
Color Harmonies of #139746
Complementary color
Monochromatic Colors of #139746
Black with #139746
Text Example
Text Example
White with #139746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139746; }
p { color: rgb(19,151,70); }
H1.HeaderClassName
{
color: #139746;
}
.AnyTagClassName
{
color: #139746;
}
</style>
background-color css
<style>
a { background-color: #139746; }
a { background-color: rgb(19,151,70); }
div.DivClassName
{
background-color: #139746;
}
.BgClassName
{
background-color: #139746;
}
</style>
border-color css
<style>
span { border-color: #139746; }
span { border-color: rgb(19,151,70); }
td.TdClassName
{
border-color: #139746;
}
.TagClassName
{
border-color: #139746;
}
</style>