Shades of Pine Tree #163500
Tints of Pine Tree #163500
RGB
CMYK
RGB Variations
Color information
#163500 (or 0x163500) is known color: Pine Tree. HEX triplet: 16, 35 and 00. RGB value is (22,53,0). Sum of RGB (Red+Green+Blue) = 22+53+0=75 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.33% from 75); Green value is 53 (21.09% from 255 or 70.67% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 53 - color contains mainly: green. Hex color #163500 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163500 is #E9CAFF. Grayscale: #252525. Windows color (decimal): -15321856 or 13590. OLE color: 13590.
HSL color Cylindrical-coordinate representation of color #163500: hue angle of 95.09º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #163500 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 22 | 53 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.79 |
| HSL | 95.09º | 1% | 0.1% | - |
| HSV(B) | 95.09º | 1% | 0.21% | - |
| XYZ | 1.6 | 2.72 | 0.44 | - |
| YUV | 37.69 | 106.73 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 0 | 0.58 | 0 | 1 | 0.79 | 95.09 | 1 | 0.1 |
| Hex | 16 | 35 | 0 | 3A | 0 | 64 | 4F | 5F | 64 | A |
| Octal | 26 | 65 | 0 | 72 | 0 | 144 | 117 | 137 | 144 | 12 |
| Binary | 10110 | 110101 | 0 | 111010 | 0 | 1100100 | 1001111 | 1011111 | 1100100 | 1010 |
Color Harmonies of #163500
Complementary color
Monochromatic Colors of #163500
Black with #163500
Text Example
Text Example
White with #163500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163500; }
p { color: rgb(22,53,0); }
H1.HeaderClassName
{
color: #163500;
}
.AnyTagClassName
{
color: #163500;
}
</style>
background-color css
<style>
a { background-color: #163500; }
a { background-color: rgb(22,53,0); }
div.DivClassName
{
background-color: #163500;
}
.BgClassName
{
background-color: #163500;
}
</style>
border-color css
<style>
span { border-color: #163500; }
span { border-color: rgb(22,53,0); }
td.TdClassName
{
border-color: #163500;
}
.TagClassName
{
border-color: #163500;
}
</style>