Shades of Pigment Green #139752
Tints of Pigment Green #139752
RGB
CMYK
RGB Variations
Color information
#139752 (or 0x139752) is known color: Pigment Green. HEX triplet: 13, 97 and 52. RGB value is (19,151,82). Sum of RGB (Red+Green+Blue) = 19+151+82=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 151 (59.38% from 255 or 59.92% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 151 - color contains mainly: green. Hex color #139752 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139752 is #EC68AD. Grayscale: #676767. Windows color (decimal): -15493294 or 5412627. OLE color: 5412627.
HSL color Cylindrical-coordinate representation of color #139752: hue angle of 148.64º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139752 is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 151 | 82 | - |
| CMYK | 0.87 | 0 | 0.46 | 0.41 |
| HSL | 148.64º | 0.78% | 0.33% | - |
| HSV(B) | 148.64º | 0.87% | 0.59% | - |
| XYZ | 12.86 | 22.88 | 11.72 | - |
| YUV | 103.67 | 115.77 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 151 | 82 | 0.87 | 0 | 0.46 | 0.41 | 148.64 | 0.78 | 0.33 |
| Hex | 13 | 97 | 52 | 57 | 0 | 2E | 29 | 95 | 4E | 21 |
| Octal | 23 | 227 | 122 | 127 | 0 | 56 | 51 | 225 | 116 | 41 |
| Binary | 10011 | 10010111 | 1010010 | 1010111 | 0 | 101110 | 101001 | 10010101 | 1001110 | 100001 |
Color Harmonies of #139752
Complementary color
Monochromatic Colors of #139752
Black with #139752
Text Example
Text Example
White with #139752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139752; }
p { color: rgb(19,151,82); }
H1.HeaderClassName
{
color: #139752;
}
.AnyTagClassName
{
color: #139752;
}
</style>
background-color css
<style>
a { background-color: #139752; }
a { background-color: rgb(19,151,82); }
div.DivClassName
{
background-color: #139752;
}
.BgClassName
{
background-color: #139752;
}
</style>
border-color css
<style>
span { border-color: #139752; }
span { border-color: rgb(19,151,82); }
td.TdClassName
{
border-color: #139752;
}
.TagClassName
{
border-color: #139752;
}
</style>