#161911

Color #161911 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #161911

Tints of Pine Tree #161911

Color information

#161911 (or 0x161911) is unknown color: approx Pine Tree. HEX triplet: 16, 19 and 11. RGB value is (22,25,17). Sum of RGB (Red+Green+Blue) = 22+25+17=64 (8% of max value = 765). Red value is 22 (8.98% from 255 or 34.38% from 64); Green value is 25 (10.16% from 255 or 39.06% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 25 - color contains mainly: green. Hex color #161911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161911 is #E9E6EE. Grayscale: #171717. Windows color (decimal): -15329007 or 1120534. OLE color: 1120534.

HSL color Cylindrical-coordinate representation of color #161911: hue angle of 82.5º degrees, saturation: 0.19, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #161911 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.90.

Color convert

RGB222517-
CMYK0.1200.320.90
HSL82.5º19.05%8.24%-
HSV(B)82.5º32%9.8%-
XYZ0.780.910.66-
YUV23.19124.51127.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 34.38%
GREEN value IS 25 (10.16% from 255) = 39.06%
BLUE value IS 17 (7.03% from 255) = 26.56%
R=34.38%
G=39.06%
B=26.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2225170.1200.320.9082.519.058.24
Hex161911C0205A52138
Octal263121140401321222310
Binary1011011001100011100010000010110101010010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161911; }

 p { color: rgb(22,25,17); }

 H1.HeaderClassName
 {
   color: #161911;
 }
 .AnyTagClassName
 {
   color: #161911;
 }
</style>
background-color css

<style>
 a { background-color: #161911; }

 a { background-color: rgb(22,25,17); }

 div.DivClassName
 {
   background-color: #161911;
 }
 .BgClassName
 {
   background-color: #161911;
 }
</style>
border-color css

<style>
 span { border-color: #161911; }

 span { border-color: rgb(22,25,17); }

 td.TdClassName
 {
   border-color: #161911;
 }
 .TagClassName
 {
   border-color: #161911;
 }
</style>