Shades of Pigment Green #139938
Tints of Pigment Green #139938
RGB
CMYK
RGB Variations
Color information
#139938 (or 0x139938) is known color: Pigment Green. HEX triplet: 13, 99 and 38. RGB value is (19,153,56). Sum of RGB (Red+Green+Blue) = 19+153+56=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 153 (60.16% from 255 or 67.11% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 153 - color contains mainly: green. Hex color #139938 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139938 is #EC66C7. Grayscale: #666666. Windows color (decimal): -15492808 or 3709203. OLE color: 3709203.
HSL color Cylindrical-coordinate representation of color #139938: hue angle of 136.57º 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 #139938 is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 153 | 56 | - |
| CMYK | 0.88 | 0 | 0.63 | 0.4 |
| HSL | 136.57º | 0.78% | 0.34% | - |
| HSV(B) | 136.57º | 0.88% | 0.6% | - |
| XYZ | 12.37 | 23.21 | 7.57 | - |
| YUV | 101.88 | 102.11 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 56 | 0.88 | 0 | 0.63 | 0.4 | 136.57 | 0.78 | 0.34 |
| Hex | 13 | 99 | 38 | 58 | 0 | 3F | 28 | 89 | 4E | 22 |
| Octal | 23 | 231 | 70 | 130 | 0 | 77 | 50 | 211 | 116 | 42 |
| Binary | 10011 | 10011001 | 111000 | 1011000 | 0 | 111111 | 101000 | 10001001 | 1001110 | 100010 |
Color Harmonies of #139938
Complementary color
Monochromatic Colors of #139938
Black with #139938
Text Example
Text Example
White with #139938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139938; }
p { color: rgb(19,153,56); }
H1.HeaderClassName
{
color: #139938;
}
.AnyTagClassName
{
color: #139938;
}
</style>
background-color css
<style>
a { background-color: #139938; }
a { background-color: rgb(19,153,56); }
div.DivClassName
{
background-color: #139938;
}
.BgClassName
{
background-color: #139938;
}
</style>
border-color css
<style>
span { border-color: #139938; }
span { border-color: rgb(19,153,56); }
td.TdClassName
{
border-color: #139938;
}
.TagClassName
{
border-color: #139938;
}
</style>