Shades of Pigment Green #139E4D
Tints of Pigment Green #139E4D
RGB
CMYK
RGB Variations
Color information
#139E4D (or 0x139E4D) is known color: Pigment Green. HEX triplet: 13, 9E and 4D. RGB value is (19,158,77). Sum of RGB (Red+Green+Blue) = 19+158+77=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 158 (62.11% from 255 or 62.20% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 158 - color contains mainly: green. Hex color #139E4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139E4D is #EC61B2. Grayscale: #6B6B6B. Windows color (decimal): -15491507 or 5086739. OLE color: 5086739.
HSL color Cylindrical-coordinate representation of color #139E4D: hue angle of 145.04º degrees, saturation: 0.79, 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 #139E4D is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 158 | 77 | - |
| CMYK | 0.88 | 0 | 0.51 | 0.38 |
| HSL | 145.04º | 0.79% | 0.35% | - |
| HSV(B) | 145.04º | 0.88% | 0.62% | - |
| XYZ | 13.83 | 25.13 | 11.14 | - |
| YUV | 107.21 | 110.95 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 158 | 77 | 0.88 | 0 | 0.51 | 0.38 | 145.04 | 0.79 | 0.35 |
| Hex | 13 | 9E | 4D | 58 | 0 | 33 | 26 | 91 | 4F | 23 |
| Octal | 23 | 236 | 115 | 130 | 0 | 63 | 46 | 221 | 117 | 43 |
| Binary | 10011 | 10011110 | 1001101 | 1011000 | 0 | 110011 | 100110 | 10010001 | 1001111 | 100011 |
Color Harmonies of #139E4D
Complementary color
Monochromatic Colors of #139E4D
Black with #139E4D
Text Example
Text Example
White with #139E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139E4D; }
p { color: rgb(19,158,77); }
H1.HeaderClassName
{
color: #139E4D;
}
.AnyTagClassName
{
color: #139E4D;
}
</style>
background-color css
<style>
a { background-color: #139E4D; }
a { background-color: rgb(19,158,77); }
div.DivClassName
{
background-color: #139E4D;
}
.BgClassName
{
background-color: #139E4D;
}
</style>
border-color css
<style>
span { border-color: #139E4D; }
span { border-color: rgb(19,158,77); }
td.TdClassName
{
border-color: #139E4D;
}
.TagClassName
{
border-color: #139E4D;
}
</style>