Shades of Pine Tree #163104
Tints of Pine Tree #163104
RGB
CMYK
RGB Variations
Color information
#163104 (or 0x163104) is known color: Pine Tree. HEX triplet: 16, 31 and 04. RGB value is (22,49,4). Sum of RGB (Red+Green+Blue) = 22+49+4=75 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.33% from 75); Green value is 49 (19.53% from 255 or 65.33% from 75); Blue value is 4 (1.95% from 255 or 5.33% from 75); Max value from RGB is 49 - color contains mainly: green. Hex color #163104 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163104 is #E9CEFB. Grayscale: #232323. Windows color (decimal): -15322876 or 274710. OLE color: 274710.
HSL color Cylindrical-coordinate representation of color #163104: hue angle of 96º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #163104 is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 22 | 49 | 4 | - |
| CMYK | 0.55 | 0 | 0.92 | 0.81 |
| HSL | 96º | 0.85% | 0.1% | - |
| HSV(B) | 96º | 0.92% | 0.19% | - |
| XYZ | 1.45 | 2.38 | 0.5 | - |
| YUV | 35.8 | 110.05 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 4 | 0.55 | 0 | 0.92 | 0.81 | 96 | 0.85 | 0.1 |
| Hex | 16 | 31 | 4 | 37 | 0 | 5C | 51 | 60 | 55 | A |
| Octal | 26 | 61 | 4 | 67 | 0 | 134 | 121 | 140 | 125 | 12 |
| Binary | 10110 | 110001 | 100 | 110111 | 0 | 1011100 | 1010001 | 1100000 | 1010101 | 1010 |
Color Harmonies of #163104
Complementary color
Monochromatic Colors of #163104
Black with #163104
Text Example
Text Example
White with #163104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163104; }
p { color: rgb(22,49,4); }
H1.HeaderClassName
{
color: #163104;
}
.AnyTagClassName
{
color: #163104;
}
</style>
background-color css
<style>
a { background-color: #163104; }
a { background-color: rgb(22,49,4); }
div.DivClassName
{
background-color: #163104;
}
.BgClassName
{
background-color: #163104;
}
</style>
border-color css
<style>
span { border-color: #163104; }
span { border-color: rgb(22,49,4); }
td.TdClassName
{
border-color: #163104;
}
.TagClassName
{
border-color: #163104;
}
</style>