#13160D

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

Shades of Pine Tree #13160D

Tints of Pine Tree #13160D

Color information

#13160D (or 0x13160D) is unknown color: approx Pine Tree. HEX triplet: 13, 16 and 0D. RGB value is (19,22,13). Sum of RGB (Red+Green+Blue) = 19+22+13=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 22 (8.98% from 255 or 40.74% from 54); Blue value is 13 (5.47% from 255 or 24.07% from 54); Max value from RGB is 22 - color contains mainly: green. Hex color #13160D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13160D is #ECE9F2. Grayscale: #141414. Windows color (decimal): -15526387 or 857619. OLE color: 857619.

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

Color convert

RGB192213-
CMYK0.1400.410.91
HSL80º25.71%6.86%-
HSV(B)80º40.91%8.63%-
XYZ0.630.740.49-
YUV20.08124.01127.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 35.19%
GREEN value IS 22 (8.98% from 255) = 40.74%
BLUE value IS 13 (5.47% from 255) = 24.07%
R=35.19%
G=40.74%
B=24.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1922130.1400.410.918025.716.86
Hex1316DE0295B501a7
Octal23261516051133120327
Binary10011101101101111001010011011011101000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13160D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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