Shades of Pine Tree #163600
Tints of Pine Tree #163600
RGB
CMYK
RGB Variations
Color information
#163600 (or 0x163600) is known color: Pine Tree. HEX triplet: 16, 36 and 00. RGB value is (22,54,0). Sum of RGB (Red+Green+Blue) = 22+54+0=76 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.95% from 76); Green value is 54 (21.48% from 255 or 71.05% from 76); Blue value is 0 (0.39% from 255 or 0% from 76); Max value from RGB is 54 - color contains mainly: green. Hex color #163600 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163600 is #E9C9FF. Grayscale: #262626. Windows color (decimal): -15321600 or 13846. OLE color: 13846.
HSL color Cylindrical-coordinate representation of color #163600: hue angle of 95.56º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #163600 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 22 | 54 | 0 | - |
| CMYK | 0.59 | 0 | 1 | 0.79 |
| HSL | 95.56º | 1% | 0.11% | - |
| HSV(B) | 95.56º | 1% | 0.21% | - |
| XYZ | 1.65 | 2.81 | 0.46 | - |
| YUV | 38.28 | 106.4 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 54 | 0 | 0.59 | 0 | 1 | 0.79 | 95.56 | 1 | 0.11 |
| Hex | 16 | 36 | 0 | 3B | 0 | 64 | 4F | 60 | 64 | B |
| Octal | 26 | 66 | 0 | 73 | 0 | 144 | 117 | 140 | 144 | 13 |
| Binary | 10110 | 110110 | 0 | 111011 | 0 | 1100100 | 1001111 | 1100000 | 1100100 | 1011 |
Color Harmonies of #163600
Complementary color
Monochromatic Colors of #163600
Black with #163600
Text Example
Text Example
White with #163600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163600; }
p { color: rgb(22,54,0); }
H1.HeaderClassName
{
color: #163600;
}
.AnyTagClassName
{
color: #163600;
}
</style>
background-color css
<style>
a { background-color: #163600; }
a { background-color: rgb(22,54,0); }
div.DivClassName
{
background-color: #163600;
}
.BgClassName
{
background-color: #163600;
}
</style>
border-color css
<style>
span { border-color: #163600; }
span { border-color: rgb(22,54,0); }
td.TdClassName
{
border-color: #163600;
}
.TagClassName
{
border-color: #163600;
}
</style>