Shades of Pigment Green #139445
Tints of Pigment Green #139445
RGB
CMYK
RGB Variations
Color information
#139445 (or 0x139445) is known color: Pigment Green. HEX triplet: 13, 94 and 45. RGB value is (19,148,69). Sum of RGB (Red+Green+Blue) = 19+148+69=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 148 (58.20% from 255 or 62.71% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 148 - color contains mainly: green. Hex color #139445 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139445 is #EC6BBA. Grayscale: #646464. Windows color (decimal): -15494075 or 4559891. OLE color: 4559891.
HSL color Cylindrical-coordinate representation of color #139445: hue angle of 143.26º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139445 is Cyan = 0.87, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 148 | 69 | - |
| CMYK | 0.87 | 0 | 0.53 | 0.42 |
| HSL | 143.26º | 0.77% | 0.33% | - |
| HSV(B) | 143.26º | 0.87% | 0.58% | - |
| XYZ | 11.93 | 21.75 | 9.2 | - |
| YUV | 100.42 | 110.26 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 148 | 69 | 0.87 | 0 | 0.53 | 0.42 | 143.26 | 0.77 | 0.33 |
| Hex | 13 | 94 | 45 | 57 | 0 | 35 | 2A | 8F | 4D | 21 |
| Octal | 23 | 224 | 105 | 127 | 0 | 65 | 52 | 217 | 115 | 41 |
| Binary | 10011 | 10010100 | 1000101 | 1010111 | 0 | 110101 | 101010 | 10001111 | 1001101 | 100001 |
Color Harmonies of #139445
Complementary color
Monochromatic Colors of #139445
Black with #139445
Text Example
Text Example
White with #139445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139445; }
p { color: rgb(19,148,69); }
H1.HeaderClassName
{
color: #139445;
}
.AnyTagClassName
{
color: #139445;
}
</style>
background-color css
<style>
a { background-color: #139445; }
a { background-color: rgb(19,148,69); }
div.DivClassName
{
background-color: #139445;
}
.BgClassName
{
background-color: #139445;
}
</style>
border-color css
<style>
span { border-color: #139445; }
span { border-color: rgb(19,148,69); }
td.TdClassName
{
border-color: #139445;
}
.TagClassName
{
border-color: #139445;
}
</style>