Shades of Pine Green #137371
Tints of Pine Green #137371
RGB
CMYK
RGB Variations
Color information
#137371 (or 0x137371) is known color: Pine Green. HEX triplet: 13, 73 and 71. RGB value is (19,115,113). Sum of RGB (Red+Green+Blue) = 19+115+113=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 115 - color contains mainly: green. Hex color #137371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137371 is #EC8C8E. Grayscale: #555555. Windows color (decimal): -15502479 or 7435027. OLE color: 7435027.
HSL color Cylindrical-coordinate representation of color #137371: hue angle of 178.75º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137371 is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 115 | 113 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.55 |
| HSL | 178.75º | 0.72% | 0.26% | - |
| HSV(B) | 178.75º | 0.83% | 0.45% | - |
| XYZ | 9.38 | 13.59 | 17.75 | - |
| YUV | 86.07 | 143.2 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 115 | 113 | 0.83 | 0 | 0.02 | 0.55 | 178.75 | 0.72 | 0.26 |
| Hex | 13 | 73 | 71 | 53 | 0 | 2 | 37 | B3 | 48 | 1A |
| Octal | 23 | 163 | 161 | 123 | 0 | 2 | 67 | 263 | 110 | 32 |
| Binary | 10011 | 1110011 | 1110001 | 1010011 | 0 | 10 | 110111 | 10110011 | 1001000 | 11010 |
Color Harmonies of #137371
Complementary color
Monochromatic Colors of #137371
Black with #137371
Text Example
Text Example
White with #137371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137371; }
p { color: rgb(19,115,113); }
H1.HeaderClassName
{
color: #137371;
}
.AnyTagClassName
{
color: #137371;
}
</style>
background-color css
<style>
a { background-color: #137371; }
a { background-color: rgb(19,115,113); }
div.DivClassName
{
background-color: #137371;
}
.BgClassName
{
background-color: #137371;
}
</style>
border-color css
<style>
span { border-color: #137371; }
span { border-color: rgb(19,115,113); }
td.TdClassName
{
border-color: #137371;
}
.TagClassName
{
border-color: #137371;
}
</style>