Shades of Pigment Green #139453
Tints of Pigment Green #139453
RGB
CMYK
RGB Variations
Color information
#139453 (or 0x139453) is known color: Pigment Green. HEX triplet: 13, 94 and 53. RGB value is (19,148,83). Sum of RGB (Red+Green+Blue) = 19+148+83=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 148 (58.20% from 255 or 59.2% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 148 - color contains mainly: green. Hex color #139453 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139453 is #EC6BAC. Grayscale: #666666. Windows color (decimal): -15494061 or 5477395. OLE color: 5477395.
HSL color Cylindrical-coordinate representation of color #139453: hue angle of 149.77º 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 #139453 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 148 | 83 | - |
| CMYK | 0.87 | 0 | 0.44 | 0.42 |
| HSL | 149.77º | 0.77% | 0.33% | - |
| HSV(B) | 149.77º | 0.87% | 0.58% | - |
| XYZ | 12.42 | 21.94 | 11.76 | - |
| YUV | 102.02 | 117.26 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 148 | 83 | 0.87 | 0 | 0.44 | 0.42 | 149.77 | 0.77 | 0.33 |
| Hex | 13 | 94 | 53 | 57 | 0 | 2C | 2A | 96 | 4D | 21 |
| Octal | 23 | 224 | 123 | 127 | 0 | 54 | 52 | 226 | 115 | 41 |
| Binary | 10011 | 10010100 | 1010011 | 1010111 | 0 | 101100 | 101010 | 10010110 | 1001101 | 100001 |
Color Harmonies of #139453
Complementary color
Monochromatic Colors of #139453
Black with #139453
Text Example
Text Example
White with #139453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139453; }
p { color: rgb(19,148,83); }
H1.HeaderClassName
{
color: #139453;
}
.AnyTagClassName
{
color: #139453;
}
</style>
background-color css
<style>
a { background-color: #139453; }
a { background-color: rgb(19,148,83); }
div.DivClassName
{
background-color: #139453;
}
.BgClassName
{
background-color: #139453;
}
</style>
border-color css
<style>
span { border-color: #139453; }
span { border-color: rgb(19,148,83); }
td.TdClassName
{
border-color: #139453;
}
.TagClassName
{
border-color: #139453;
}
</style>