#13160C

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

Shades of Pine Tree #13160C

Tints of Pine Tree #13160C

Color information

#13160C (or 0x13160C) is unknown color: approx Pine Tree. HEX triplet: 13, 16 and 0C. RGB value is (19,22,12). Sum of RGB (Red+Green+Blue) = 19+22+12=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 22 (8.98% from 255 or 41.51% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 22 - color contains mainly: green. Hex color #13160C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13160C is #ECE9F3. Grayscale: #141414. Windows color (decimal): -15526388 or 792083. OLE color: 792083.

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

Color convert

RGB192212-
CMYK0.1400.450.91
HSL78º29.41%6.67%-
HSV(B)78º45.45%8.63%-
XYZ0.620.740.46-
YUV19.96123.51127.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 35.85%
GREEN value IS 22 (8.98% from 255) = 41.51%
BLUE value IS 12 (5.08% from 255) = 22.64%
R=35.85%
G=41.51%
B=22.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1922120.1400.450.917829.416.67
Hex1316CE02D5B4e1d7
Octal23261416055133116357
Binary10011101101100111001011011011011100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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