Shades of Pigment Green #139D4D
Tints of Pigment Green #139D4D
RGB
CMYK
RGB Variations
Color information
#139D4D (or 0x139D4D) is known color: Pigment Green. HEX triplet: 13, 9D and 4D. RGB value is (19,157,77). Sum of RGB (Red+Green+Blue) = 19+157+77=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 157 (61.72% from 255 or 62.06% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 157 - color contains mainly: green. Hex color #139D4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139D4D is #EC62B2. Grayscale: #6A6A6A. Windows color (decimal): -15491763 or 5086483. OLE color: 5086483.
HSL color Cylindrical-coordinate representation of color #139D4D: hue angle of 145.22º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139D4D is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 157 | 77 | - |
| CMYK | 0.88 | 0 | 0.51 | 0.38 |
| HSL | 145.22º | 0.78% | 0.35% | - |
| HSV(B) | 145.22º | 0.88% | 0.62% | - |
| XYZ | 13.67 | 24.79 | 11.09 | - |
| YUV | 106.62 | 111.28 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 157 | 77 | 0.88 | 0 | 0.51 | 0.38 | 145.22 | 0.78 | 0.35 |
| Hex | 13 | 9D | 4D | 58 | 0 | 33 | 26 | 91 | 4E | 23 |
| Octal | 23 | 235 | 115 | 130 | 0 | 63 | 46 | 221 | 116 | 43 |
| Binary | 10011 | 10011101 | 1001101 | 1011000 | 0 | 110011 | 100110 | 10010001 | 1001110 | 100011 |
Color Harmonies of #139D4D
Complementary color
Monochromatic Colors of #139D4D
Black with #139D4D
Text Example
Text Example
White with #139D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139D4D; }
p { color: rgb(19,157,77); }
H1.HeaderClassName
{
color: #139D4D;
}
.AnyTagClassName
{
color: #139D4D;
}
</style>
background-color css
<style>
a { background-color: #139D4D; }
a { background-color: rgb(19,157,77); }
div.DivClassName
{
background-color: #139D4D;
}
.BgClassName
{
background-color: #139D4D;
}
</style>
border-color css
<style>
span { border-color: #139D4D; }
span { border-color: rgb(19,157,77); }
td.TdClassName
{
border-color: #139D4D;
}
.TagClassName
{
border-color: #139D4D;
}
</style>