Shades of Pine Tree #163205
Tints of Pine Tree #163205
RGB
CMYK
RGB Variations
Color information
#163205 (or 0x163205) is known color: Pine Tree. HEX triplet: 16, 32 and 05. RGB value is (22,50,5). Sum of RGB (Red+Green+Blue) = 22+50+5=77 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.57% from 77); Green value is 50 (19.92% from 255 or 64.94% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 50 - color contains mainly: green. Hex color #163205 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163205 is #E9CDFA. Grayscale: #242424. Windows color (decimal): -15322619 or 340502. OLE color: 340502.
HSL color Cylindrical-coordinate representation of color #163205: hue angle of 97.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #163205 is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 50 | 5 | - |
| CMYK | 0.56 | 0 | 0.90 | 0.80 |
| HSL | 97.33º | 0.82% | 0.11% | - |
| HSV(B) | 97.33º | 0.9% | 0.2% | - |
| XYZ | 1.5 | 2.46 | 0.54 | - |
| YUV | 36.5 | 110.22 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 5 | 0.56 | 0 | 0.90 | 0.80 | 97.33 | 0.82 | 0.11 |
| Hex | 16 | 32 | 5 | 38 | 0 | 5A | 50 | 61 | 52 | B |
| Octal | 26 | 62 | 5 | 70 | 0 | 132 | 120 | 141 | 122 | 13 |
| Binary | 10110 | 110010 | 101 | 111000 | 0 | 1011010 | 1010000 | 1100001 | 1010010 | 1011 |
Color Harmonies of #163205
Complementary color
Monochromatic Colors of #163205
Black with #163205
Text Example
Text Example
White with #163205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163205; }
p { color: rgb(22,50,5); }
H1.HeaderClassName
{
color: #163205;
}
.AnyTagClassName
{
color: #163205;
}
</style>
background-color css
<style>
a { background-color: #163205; }
a { background-color: rgb(22,50,5); }
div.DivClassName
{
background-color: #163205;
}
.BgClassName
{
background-color: #163205;
}
</style>
border-color css
<style>
span { border-color: #163205; }
span { border-color: rgb(22,50,5); }
td.TdClassName
{
border-color: #163205;
}
.TagClassName
{
border-color: #163205;
}
</style>