Shades of Pine Green #13746F
Tints of Pine Green #13746F
RGB
CMYK
RGB Variations
Color information
#13746F (or 0x13746F) is known color: Pine Green. HEX triplet: 13, 74 and 6F. RGB value is (19,116,111). Sum of RGB (Red+Green+Blue) = 19+116+111=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #13746F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13746F is #EC8B90. Grayscale: #565656. Windows color (decimal): -15502225 or 7304211. OLE color: 7304211.
HSL color Cylindrical-coordinate representation of color #13746F: hue angle of 176.91º 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 #13746F is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 116 | 111 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.55 |
| HSL | 176.91º | 0.72% | 0.26% | - |
| HSV(B) | 176.91º | 0.84% | 0.45% | - |
| XYZ | 9.38 | 13.78 | 17.2 | - |
| YUV | 86.43 | 141.86 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 111 | 0.84 | 0 | 0.04 | 0.55 | 176.91 | 0.72 | 0.26 |
| Hex | 13 | 74 | 6F | 54 | 0 | 4 | 37 | B1 | 48 | 1A |
| Octal | 23 | 164 | 157 | 124 | 0 | 4 | 67 | 261 | 110 | 32 |
| Binary | 10011 | 1110100 | 1101111 | 1010100 | 0 | 100 | 110111 | 10110001 | 1001000 | 11010 |
Color Harmonies of #13746F
Complementary color
Monochromatic Colors of #13746F
Black with #13746F
Text Example
Text Example
White with #13746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13746F; }
p { color: rgb(19,116,111); }
H1.HeaderClassName
{
color: #13746F;
}
.AnyTagClassName
{
color: #13746F;
}
</style>
background-color css
<style>
a { background-color: #13746F; }
a { background-color: rgb(19,116,111); }
div.DivClassName
{
background-color: #13746F;
}
.BgClassName
{
background-color: #13746F;
}
</style>
border-color css
<style>
span { border-color: #13746F; }
span { border-color: rgb(19,116,111); }
td.TdClassName
{
border-color: #13746F;
}
.TagClassName
{
border-color: #13746F;
}
</style>