#13160E

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

Shades of Pine Tree #13160E

Tints of Pine Tree #13160E

Color information

#13160E (or 0x13160E) is unknown color: approx Pine Tree. HEX triplet: 13, 16 and 0E. RGB value is (19,22,14). Sum of RGB (Red+Green+Blue) = 19+22+14=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 22 (8.98% from 255 or 40% from 55); Blue value is 14 (5.86% from 255 or 25.45% from 55); Max value from RGB is 22 - color contains mainly: green. Hex color #13160E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13160E is #ECE9F1. Grayscale: #141414. Windows color (decimal): -15526386 or 923155. OLE color: 923155.

HSL color Cylindrical-coordinate representation of color #13160E: hue angle of 82.5º degrees, saturation: 0.22, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #13160E is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.91.

Color convert

RGB192214-
CMYK0.1400.360.91
HSL82.5º22.22%7.06%-
HSV(B)82.5º36.36%8.63%-
XYZ0.630.740.53-
YUV20.19124.51127.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 34.55%
GREEN value IS 22 (8.98% from 255) = 40%
BLUE value IS 14 (5.86% from 255) = 25.45%
R=34.55%
G=40%
B=25.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1922140.1400.360.9182.522.227.06
Hex1316EE0245B52167
Octal23261616044133122267
Binary10011101101110111001001001011011101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13160E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13160E; }

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

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

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

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

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

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

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

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