Shades of Pigment Green #139451
Tints of Pigment Green #139451
RGB
CMYK
RGB Variations
Color information
#139451 (or 0x139451) is known color: Pigment Green. HEX triplet: 13, 94 and 51. RGB value is (19,148,81). Sum of RGB (Red+Green+Blue) = 19+148+81=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 148 (58.20% from 255 or 59.68% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 148 - color contains mainly: green. Hex color #139451 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139451 is #EC6BAE. Grayscale: #656565. Windows color (decimal): -15494063 or 5346323. OLE color: 5346323.
HSL color Cylindrical-coordinate representation of color #139451: hue angle of 148.84º 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 #139451 is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 148 | 81 | - |
| CMYK | 0.87 | 0 | 0.45 | 0.42 |
| HSL | 148.84º | 0.77% | 0.33% | - |
| HSV(B) | 148.84º | 0.87% | 0.58% | - |
| XYZ | 12.34 | 21.91 | 11.36 | - |
| YUV | 101.79 | 116.26 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 148 | 81 | 0.87 | 0 | 0.45 | 0.42 | 148.84 | 0.77 | 0.33 |
| Hex | 13 | 94 | 51 | 57 | 0 | 2D | 2A | 95 | 4D | 21 |
| Octal | 23 | 224 | 121 | 127 | 0 | 55 | 52 | 225 | 115 | 41 |
| Binary | 10011 | 10010100 | 1010001 | 1010111 | 0 | 101101 | 101010 | 10010101 | 1001101 | 100001 |
Color Harmonies of #139451
Complementary color
Monochromatic Colors of #139451
Black with #139451
Text Example
Text Example
White with #139451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139451; }
p { color: rgb(19,148,81); }
H1.HeaderClassName
{
color: #139451;
}
.AnyTagClassName
{
color: #139451;
}
</style>
background-color css
<style>
a { background-color: #139451; }
a { background-color: rgb(19,148,81); }
div.DivClassName
{
background-color: #139451;
}
.BgClassName
{
background-color: #139451;
}
</style>
border-color css
<style>
span { border-color: #139451; }
span { border-color: rgb(19,148,81); }
td.TdClassName
{
border-color: #139451;
}
.TagClassName
{
border-color: #139451;
}
</style>