Shades of Pigment Green #139749
Tints of Pigment Green #139749
RGB
CMYK
RGB Variations
Color information
#139749 (or 0x139749) is known color: Pigment Green. HEX triplet: 13, 97 and 49. RGB value is (19,151,73). Sum of RGB (Red+Green+Blue) = 19+151+73=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 151 (59.38% from 255 or 62.14% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 151 - color contains mainly: green. Hex color #139749 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139749 is #EC68B6. Grayscale: #666666. Windows color (decimal): -15493303 or 4822803. OLE color: 4822803.
HSL color Cylindrical-coordinate representation of color #139749: hue angle of 144.55º 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 #139749 is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 151 | 73 | - |
| CMYK | 0.87 | 0 | 0.52 | 0.41 |
| HSL | 144.55º | 0.78% | 0.33% | - |
| HSV(B) | 144.55º | 0.87% | 0.59% | - |
| XYZ | 12.54 | 22.75 | 10.03 | - |
| YUV | 102.64 | 111.27 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 151 | 73 | 0.87 | 0 | 0.52 | 0.41 | 144.55 | 0.78 | 0.33 |
| Hex | 13 | 97 | 49 | 57 | 0 | 34 | 29 | 91 | 4E | 21 |
| Octal | 23 | 227 | 111 | 127 | 0 | 64 | 51 | 221 | 116 | 41 |
| Binary | 10011 | 10010111 | 1001001 | 1010111 | 0 | 110100 | 101001 | 10010001 | 1001110 | 100001 |
Color Harmonies of #139749
Complementary color
Monochromatic Colors of #139749
Black with #139749
Text Example
Text Example
White with #139749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139749; }
p { color: rgb(19,151,73); }
H1.HeaderClassName
{
color: #139749;
}
.AnyTagClassName
{
color: #139749;
}
</style>
background-color css
<style>
a { background-color: #139749; }
a { background-color: rgb(19,151,73); }
div.DivClassName
{
background-color: #139749;
}
.BgClassName
{
background-color: #139749;
}
</style>
border-color css
<style>
span { border-color: #139749; }
span { border-color: rgb(19,151,73); }
td.TdClassName
{
border-color: #139749;
}
.TagClassName
{
border-color: #139749;
}
</style>