Shades of Pine Green #137471
Tints of Pine Green #137471
RGB
CMYK
RGB Variations
Color information
#137471 (or 0x137471) is known color: Pine Green. HEX triplet: 13, 74 and 71. RGB value is (19,116,113). Sum of RGB (Red+Green+Blue) = 19+116+113=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 116 - color contains mainly: green. Hex color #137471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137471 is #EC8B8E. Grayscale: #565656. Windows color (decimal): -15502223 or 7435283. OLE color: 7435283.
HSL color Cylindrical-coordinate representation of color #137471: hue angle of 178.14º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137471 is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 116 | 113 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.55 |
| HSL | 178.14º | 0.72% | 0.26% | - |
| HSV(B) | 178.14º | 0.84% | 0.45% | - |
| XYZ | 9.49 | 13.82 | 17.79 | - |
| YUV | 86.66 | 142.86 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 113 | 0.84 | 0 | 0.03 | 0.55 | 178.14 | 0.72 | 0.26 |
| Hex | 13 | 74 | 71 | 54 | 0 | 3 | 37 | B2 | 48 | 1A |
| Octal | 23 | 164 | 161 | 124 | 0 | 3 | 67 | 262 | 110 | 32 |
| Binary | 10011 | 1110100 | 1110001 | 1010100 | 0 | 11 | 110111 | 10110010 | 1001000 | 11010 |
Color Harmonies of #137471
Complementary color
Monochromatic Colors of #137471
Black with #137471
Text Example
Text Example
White with #137471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137471; }
p { color: rgb(19,116,113); }
H1.HeaderClassName
{
color: #137471;
}
.AnyTagClassName
{
color: #137471;
}
</style>
background-color css
<style>
a { background-color: #137471; }
a { background-color: rgb(19,116,113); }
div.DivClassName
{
background-color: #137471;
}
.BgClassName
{
background-color: #137471;
}
</style>
border-color css
<style>
span { border-color: #137471; }
span { border-color: rgb(19,116,113); }
td.TdClassName
{
border-color: #137471;
}
.TagClassName
{
border-color: #137471;
}
</style>