#161813

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

Shades of Pine Tree #161813

Tints of Pine Tree #161813

Color information

#161813 (or 0x161813) is unknown color: approx Pine Tree. HEX triplet: 16, 18 and 13. RGB value is (22,24,19). Sum of RGB (Red+Green+Blue) = 22+24+19=65 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.85% from 65); Green value is 24 (9.77% from 255 or 36.92% from 65); Blue value is 19 (7.81% from 255 or 29.23% from 65); Max value from RGB is 24 - color contains mainly: green. Hex color #161813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161813 is #E9E7EC. Grayscale: #161616. Windows color (decimal): -15329261 or 1251350. OLE color: 1251350.

HSL color Cylindrical-coordinate representation of color #161813: hue angle of 84º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #161813 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.91.

Color convert

RGB222419-
CMYK0.0800.210.91
HSL84º11.63%8.43%-
HSV(B)84º20.83%9.41%-
XYZ0.780.870.74-
YUV22.83125.84127.41-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 33.85%
GREEN value IS 24 (9.77% from 255) = 36.92%
BLUE value IS 19 (7.81% from 255) = 29.23%
R=33.85%
G=36.92%
B=29.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2224190.0800.210.918411.638.43
Hex16181380155B54c8
Octal263023100251331241410
Binary10110110001001110000101011011011101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161813; }

 p { color: rgb(22,24,19); }

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

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

 a { background-color: rgb(22,24,19); }

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

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

 span { border-color: rgb(22,24,19); }

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