Shades of Pigment Green #139545
Tints of Pigment Green #139545
RGB
CMYK
RGB Variations
Color information
#139545 (or 0x139545) is known color: Pigment Green. HEX triplet: 13, 95 and 45. RGB value is (19,149,69). Sum of RGB (Red+Green+Blue) = 19+149+69=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 149 (58.59% from 255 or 62.87% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 149 - color contains mainly: green. Hex color #139545 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139545 is #EC6ABA. Grayscale: #656565. Windows color (decimal): -15493819 or 4560147. OLE color: 4560147.
HSL color Cylindrical-coordinate representation of color #139545: hue angle of 143.08º 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 #139545 is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 149 | 69 | - |
| CMYK | 0.87 | 0 | 0.54 | 0.42 |
| HSL | 143.08º | 0.77% | 0.33% | - |
| HSV(B) | 143.08º | 0.87% | 0.58% | - |
| XYZ | 12.09 | 22.06 | 9.25 | - |
| YUV | 101.01 | 109.93 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 149 | 69 | 0.87 | 0 | 0.54 | 0.42 | 143.08 | 0.77 | 0.33 |
| Hex | 13 | 95 | 45 | 57 | 0 | 36 | 2A | 8F | 4D | 21 |
| Octal | 23 | 225 | 105 | 127 | 0 | 66 | 52 | 217 | 115 | 41 |
| Binary | 10011 | 10010101 | 1000101 | 1010111 | 0 | 110110 | 101010 | 10001111 | 1001101 | 100001 |
Color Harmonies of #139545
Complementary color
Monochromatic Colors of #139545
Black with #139545
Text Example
Text Example
White with #139545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139545; }
p { color: rgb(19,149,69); }
H1.HeaderClassName
{
color: #139545;
}
.AnyTagClassName
{
color: #139545;
}
</style>
background-color css
<style>
a { background-color: #139545; }
a { background-color: rgb(19,149,69); }
div.DivClassName
{
background-color: #139545;
}
.BgClassName
{
background-color: #139545;
}
</style>
border-color css
<style>
span { border-color: #139545; }
span { border-color: rgb(19,149,69); }
td.TdClassName
{
border-color: #139545;
}
.TagClassName
{
border-color: #139545;
}
</style>