Shades of Pigment Green #139B4A
Tints of Pigment Green #139B4A
RGB
CMYK
RGB Variations
Color information
#139B4A (or 0x139B4A) is known color: Pigment Green. HEX triplet: 13, 9B and 4A. RGB value is (19,155,74). Sum of RGB (Red+Green+Blue) = 19+155+74=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 155 (60.94% from 255 or 62.5% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 155 - color contains mainly: green. Hex color #139B4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139B4A is #EC64B5. Grayscale: #696969. Windows color (decimal): -15492278 or 4889363. OLE color: 4889363.
HSL color Cylindrical-coordinate representation of color #139B4A: hue angle of 144.26º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139B4A is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 155 | 74 | - |
| CMYK | 0.88 | 0 | 0.52 | 0.39 |
| HSL | 144.26º | 0.78% | 0.34% | - |
| HSV(B) | 144.26º | 0.88% | 0.61% | - |
| XYZ | 13.23 | 24.08 | 10.43 | - |
| YUV | 105.1 | 110.44 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 155 | 74 | 0.88 | 0 | 0.52 | 0.39 | 144.26 | 0.78 | 0.34 |
| Hex | 13 | 9B | 4A | 58 | 0 | 34 | 27 | 90 | 4E | 22 |
| Octal | 23 | 233 | 112 | 130 | 0 | 64 | 47 | 220 | 116 | 42 |
| Binary | 10011 | 10011011 | 1001010 | 1011000 | 0 | 110100 | 100111 | 10010000 | 1001110 | 100010 |
Color Harmonies of #139B4A
Complementary color
Monochromatic Colors of #139B4A
Black with #139B4A
Text Example
Text Example
White with #139B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139B4A; }
p { color: rgb(19,155,74); }
H1.HeaderClassName
{
color: #139B4A;
}
.AnyTagClassName
{
color: #139B4A;
}
</style>
background-color css
<style>
a { background-color: #139B4A; }
a { background-color: rgb(19,155,74); }
div.DivClassName
{
background-color: #139B4A;
}
.BgClassName
{
background-color: #139B4A;
}
</style>
border-color css
<style>
span { border-color: #139B4A; }
span { border-color: rgb(19,155,74); }
td.TdClassName
{
border-color: #139B4A;
}
.TagClassName
{
border-color: #139B4A;
}
</style>