Shades of Pigment Green #139853
Tints of Pigment Green #139853
RGB
CMYK
RGB Variations
Color information
#139853 (or 0x139853) is known color: Pigment Green. HEX triplet: 13, 98 and 53. RGB value is (19,152,83). Sum of RGB (Red+Green+Blue) = 19+152+83=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 152 (59.77% from 255 or 59.84% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 152 - color contains mainly: green. Hex color #139853 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139853 is #EC67AC. Grayscale: #686868. Windows color (decimal): -15493037 or 5478419. OLE color: 5478419.
HSL color Cylindrical-coordinate representation of color #139853: hue angle of 148.87º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139853 is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 152 | 83 | - |
| CMYK | 0.87 | 0 | 0.45 | 0.40 |
| HSL | 148.87º | 0.78% | 0.34% | - |
| HSV(B) | 148.87º | 0.88% | 0.6% | - |
| XYZ | 13.06 | 23.22 | 11.98 | - |
| YUV | 104.37 | 115.94 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 152 | 83 | 0.87 | 0 | 0.45 | 0.40 | 148.87 | 0.78 | 0.34 |
| Hex | 13 | 98 | 53 | 57 | 0 | 2D | 28 | 95 | 4E | 22 |
| Octal | 23 | 230 | 123 | 127 | 0 | 55 | 50 | 225 | 116 | 42 |
| Binary | 10011 | 10011000 | 1010011 | 1010111 | 0 | 101101 | 101000 | 10010101 | 1001110 | 100010 |
Color Harmonies of #139853
Complementary color
Monochromatic Colors of #139853
Black with #139853
Text Example
Text Example
White with #139853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139853; }
p { color: rgb(19,152,83); }
H1.HeaderClassName
{
color: #139853;
}
.AnyTagClassName
{
color: #139853;
}
</style>
background-color css
<style>
a { background-color: #139853; }
a { background-color: rgb(19,152,83); }
div.DivClassName
{
background-color: #139853;
}
.BgClassName
{
background-color: #139853;
}
</style>
border-color css
<style>
span { border-color: #139853; }
span { border-color: rgb(19,152,83); }
td.TdClassName
{
border-color: #139853;
}
.TagClassName
{
border-color: #139853;
}
</style>