Shades of Pine Green #13736D
Tints of Pine Green #13736D
RGB
CMYK
RGB Variations
Color information
#13736D (or 0x13736D) is known color: Pine Green. HEX triplet: 13, 73 and 6D. RGB value is (19,115,109). Sum of RGB (Red+Green+Blue) = 19+115+109=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 115 - color contains mainly: green. Hex color #13736D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13736D is #EC8C92. Grayscale: #555555. Windows color (decimal): -15502483 or 7172883. OLE color: 7172883.
HSL color Cylindrical-coordinate representation of color #13736D: hue angle of 176.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 #13736D is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 115 | 109 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.55 |
| HSL | 176.25º | 0.72% | 0.26% | - |
| HSV(B) | 176.25º | 0.83% | 0.45% | - |
| XYZ | 9.16 | 13.5 | 16.59 | - |
| YUV | 85.61 | 141.2 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 115 | 109 | 0.83 | 0 | 0.05 | 0.55 | 176.25 | 0.72 | 0.26 |
| Hex | 13 | 73 | 6D | 53 | 0 | 5 | 37 | B0 | 48 | 1A |
| Octal | 23 | 163 | 155 | 123 | 0 | 5 | 67 | 260 | 110 | 32 |
| Binary | 10011 | 1110011 | 1101101 | 1010011 | 0 | 101 | 110111 | 10110000 | 1001000 | 11010 |
Color Harmonies of #13736D
Complementary color
Monochromatic Colors of #13736D
Black with #13736D
Text Example
Text Example
White with #13736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13736D; }
p { color: rgb(19,115,109); }
H1.HeaderClassName
{
color: #13736D;
}
.AnyTagClassName
{
color: #13736D;
}
</style>
background-color css
<style>
a { background-color: #13736D; }
a { background-color: rgb(19,115,109); }
div.DivClassName
{
background-color: #13736D;
}
.BgClassName
{
background-color: #13736D;
}
</style>
border-color css
<style>
span { border-color: #13736D; }
span { border-color: rgb(19,115,109); }
td.TdClassName
{
border-color: #13736D;
}
.TagClassName
{
border-color: #13736D;
}
</style>