Shades of Pigment Green #139C46
Tints of Pigment Green #139C46
RGB
CMYK
RGB Variations
Color information
#139C46 (or 0x139C46) is known color: Pigment Green. HEX triplet: 13, 9C and 46. RGB value is (19,156,70). Sum of RGB (Red+Green+Blue) = 19+156+70=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 156 (61.33% from 255 or 63.67% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 156 - color contains mainly: green. Hex color #139C46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139C46 is #EC63B9. Grayscale: #696969. Windows color (decimal): -15492026 or 4627475. OLE color: 4627475.
HSL color Cylindrical-coordinate representation of color #139C46: hue angle of 142.34º 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 #139C46 is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 156 | 70 | - |
| CMYK | 0.88 | 0 | 0.55 | 0.39 |
| HSL | 142.34º | 0.78% | 0.34% | - |
| HSV(B) | 142.34º | 0.88% | 0.61% | - |
| XYZ | 13.26 | 24.36 | 9.8 | - |
| YUV | 105.23 | 108.11 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 70 | 0.88 | 0 | 0.55 | 0.39 | 142.34 | 0.78 | 0.34 |
| Hex | 13 | 9C | 46 | 58 | 0 | 37 | 27 | 8E | 4E | 22 |
| Octal | 23 | 234 | 106 | 130 | 0 | 67 | 47 | 216 | 116 | 42 |
| Binary | 10011 | 10011100 | 1000110 | 1011000 | 0 | 110111 | 100111 | 10001110 | 1001110 | 100010 |
Color Harmonies of #139C46
Complementary color
Monochromatic Colors of #139C46
Black with #139C46
Text Example
Text Example
White with #139C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139C46; }
p { color: rgb(19,156,70); }
H1.HeaderClassName
{
color: #139C46;
}
.AnyTagClassName
{
color: #139C46;
}
</style>
background-color css
<style>
a { background-color: #139C46; }
a { background-color: rgb(19,156,70); }
div.DivClassName
{
background-color: #139C46;
}
.BgClassName
{
background-color: #139C46;
}
</style>
border-color css
<style>
span { border-color: #139C46; }
span { border-color: rgb(19,156,70); }
td.TdClassName
{
border-color: #139C46;
}
.TagClassName
{
border-color: #139C46;
}
</style>