Shades of Pigment Green #139D3C
Tints of Pigment Green #139D3C
RGB
CMYK
RGB Variations
Color information
#139D3C (or 0x139D3C) is known color: Pigment Green. HEX triplet: 13, 9D and 3C. RGB value is (19,157,60). Sum of RGB (Red+Green+Blue) = 19+157+60=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 157 (61.72% from 255 or 66.53% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 157 - color contains mainly: green. Hex color #139D3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139D3C is #EC62C3. Grayscale: #686868. Windows color (decimal): -15491780 or 3972371. OLE color: 3972371.
HSL color Cylindrical-coordinate representation of color #139D3C: hue angle of 137.83º 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 #139D3C is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 157 | 60 | - |
| CMYK | 0.88 | 0 | 0.62 | 0.38 |
| HSL | 137.83º | 0.78% | 0.35% | - |
| HSV(B) | 137.83º | 0.88% | 0.62% | - |
| XYZ | 13.14 | 24.58 | 8.33 | - |
| YUV | 104.68 | 102.78 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 157 | 60 | 0.88 | 0 | 0.62 | 0.38 | 137.83 | 0.78 | 0.35 |
| Hex | 13 | 9D | 3C | 58 | 0 | 3E | 26 | 8A | 4E | 23 |
| Octal | 23 | 235 | 74 | 130 | 0 | 76 | 46 | 212 | 116 | 43 |
| Binary | 10011 | 10011101 | 111100 | 1011000 | 0 | 111110 | 100110 | 10001010 | 1001110 | 100011 |
Color Harmonies of #139D3C
Complementary color
Monochromatic Colors of #139D3C
Black with #139D3C
Text Example
Text Example
White with #139D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139D3C; }
p { color: rgb(19,157,60); }
H1.HeaderClassName
{
color: #139D3C;
}
.AnyTagClassName
{
color: #139D3C;
}
</style>
background-color css
<style>
a { background-color: #139D3C; }
a { background-color: rgb(19,157,60); }
div.DivClassName
{
background-color: #139D3C;
}
.BgClassName
{
background-color: #139D3C;
}
</style>
border-color css
<style>
span { border-color: #139D3C; }
span { border-color: rgb(19,157,60); }
td.TdClassName
{
border-color: #139D3C;
}
.TagClassName
{
border-color: #139D3C;
}
</style>