Shades of Pigment Green #139547
Tints of Pigment Green #139547
RGB
CMYK
RGB Variations
Color information
#139547 (or 0x139547) is known color: Pigment Green. HEX triplet: 13, 95 and 47. RGB value is (19,149,71). Sum of RGB (Red+Green+Blue) = 19+149+71=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 149 (58.59% from 255 or 62.34% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 149 - color contains mainly: green. Hex color #139547 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139547 is #EC6AB8. Grayscale: #656565. Windows color (decimal): -15493817 or 4691219. OLE color: 4691219.
HSL color Cylindrical-coordinate representation of color #139547: hue angle of 144º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139547 is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 149 | 71 | - |
| CMYK | 0.87 | 0 | 0.52 | 0.42 |
| HSL | 144º | 0.77% | 0.33% | - |
| HSV(B) | 144º | 0.87% | 0.58% | - |
| XYZ | 12.15 | 22.09 | 9.58 | - |
| YUV | 101.24 | 110.93 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 149 | 71 | 0.87 | 0 | 0.52 | 0.42 | 144 | 0.77 | 0.33 |
| Hex | 13 | 95 | 47 | 57 | 0 | 34 | 2A | 90 | 4D | 21 |
| Octal | 23 | 225 | 107 | 127 | 0 | 64 | 52 | 220 | 115 | 41 |
| Binary | 10011 | 10010101 | 1000111 | 1010111 | 0 | 110100 | 101010 | 10010000 | 1001101 | 100001 |
Color Harmonies of #139547
Complementary color
Monochromatic Colors of #139547
Black with #139547
Text Example
Text Example
White with #139547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139547; }
p { color: rgb(19,149,71); }
H1.HeaderClassName
{
color: #139547;
}
.AnyTagClassName
{
color: #139547;
}
</style>
background-color css
<style>
a { background-color: #139547; }
a { background-color: rgb(19,149,71); }
div.DivClassName
{
background-color: #139547;
}
.BgClassName
{
background-color: #139547;
}
</style>
border-color css
<style>
span { border-color: #139547; }
span { border-color: rgb(19,149,71); }
td.TdClassName
{
border-color: #139547;
}
.TagClassName
{
border-color: #139547;
}
</style>