Shades of Pine Green #137173
Tints of Pine Green #137173
RGB
CMYK
RGB Variations
Color information
#137173 (or 0x137173) is known color: Pine Green. HEX triplet: 13, 71 and 73. RGB value is (19,113,115). Sum of RGB (Red+Green+Blue) = 19+113+115=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #137173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137173 is #EC8E8C. Grayscale: #555555. Windows color (decimal): -15502989 or 7565587. OLE color: 7565587.
HSL color Cylindrical-coordinate representation of color #137173: hue angle of 181.25º 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 #137173 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 113 | 115 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.55 |
| HSL | 181.25º | 0.72% | 0.26% | - |
| HSV(B) | 181.25º | 0.83% | 0.45% | - |
| XYZ | 9.27 | 13.19 | 18.28 | - |
| YUV | 85.12 | 144.86 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 113 | 115 | 0.83 | 0.02 | 0 | 0.55 | 181.25 | 0.72 | 0.26 |
| Hex | 13 | 71 | 73 | 53 | 2 | 0 | 37 | B5 | 48 | 1A |
| Octal | 23 | 161 | 163 | 123 | 2 | 0 | 67 | 265 | 110 | 32 |
| Binary | 10011 | 1110001 | 1110011 | 1010011 | 10 | 0 | 110111 | 10110101 | 1001000 | 11010 |
Color Harmonies of #137173
Complementary color
Monochromatic Colors of #137173
Black with #137173
Text Example
Text Example
White with #137173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137173; }
p { color: rgb(19,113,115); }
H1.HeaderClassName
{
color: #137173;
}
.AnyTagClassName
{
color: #137173;
}
</style>
background-color css
<style>
a { background-color: #137173; }
a { background-color: rgb(19,113,115); }
div.DivClassName
{
background-color: #137173;
}
.BgClassName
{
background-color: #137173;
}
</style>
border-color css
<style>
span { border-color: #137173; }
span { border-color: rgb(19,113,115); }
td.TdClassName
{
border-color: #137173;
}
.TagClassName
{
border-color: #137173;
}
</style>