Shades of Pine Tree #13160C
Tints of Pine Tree #13160C
RGB
CMYK
RGB Variations
Color information
#13160C (or 0x13160C) is known color: Pine Tree. HEX triplet: 13, 16 and 0C. RGB value is (19,22,12). Sum of RGB (Red+Green+Blue) = 19+22+12=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 22 (8.98% from 255 or 41.51% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 22 - color contains mainly: green. Hex color #13160C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13160C is #ECE9F3. Grayscale: #141414. Windows color (decimal): -15526388 or 792083. OLE color: 792083.
HSL color Cylindrical-coordinate representation of color #13160C: hue angle of 78º degrees, saturation: 0.29, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #13160C is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 22 | 12 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.91 |
| HSL | 78º | 0.29% | 0.07% | - |
| HSV(B) | 78º | 0.45% | 0.09% | - |
| XYZ | 0.62 | 0.74 | 0.46 | - |
| YUV | 19.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 12 | 0.14 | 0 | 0.45 | 0.91 | 78 | 0.29 | 0.07 |
| Hex | 13 | 16 | C | E | 0 | 2D | 5B | 4E | 1D | 7 |
| Octal | 23 | 26 | 14 | 16 | 0 | 55 | 133 | 116 | 35 | 7 |
| Binary | 10011 | 10110 | 1100 | 1110 | 0 | 101101 | 1011011 | 1001110 | 11101 | 111 |
Color Harmonies of #13160C
Complementary color
Monochromatic Colors of #13160C
Black with #13160C
Text Example
Text Example
White with #13160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13160C; }
p { color: rgb(19,22,12); }
H1.HeaderClassName
{
color: #13160C;
}
.AnyTagClassName
{
color: #13160C;
}
</style>
background-color css
<style>
a { background-color: #13160C; }
a { background-color: rgb(19,22,12); }
div.DivClassName
{
background-color: #13160C;
}
.BgClassName
{
background-color: #13160C;
}
</style>
border-color css
<style>
span { border-color: #13160C; }
span { border-color: rgb(19,22,12); }
td.TdClassName
{
border-color: #13160C;
}
.TagClassName
{
border-color: #13160C;
}
</style>