#13160F

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

Shades of Pine Tree #13160F

Tints of Pine Tree #13160F

Color information

#13160F (or 0x13160F) is unknown color: approx Pine Tree. HEX triplet: 13, 16 and 0F. RGB value is (19,22,15). Sum of RGB (Red+Green+Blue) = 19+22+15=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 22 (8.98% from 255 or 39.29% from 56); Blue value is 15 (6.25% from 255 or 26.79% from 56); Max value from RGB is 22 - color contains mainly: green. Hex color #13160F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13160F is #ECE9F0. Grayscale: #141414. Windows color (decimal): -15526385 or 988691. OLE color: 988691.

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

Color convert

RGB192215-
CMYK0.1400.320.91
HSL85.71º18.92%7.25%-
HSV(B)85.71º31.82%8.63%-
XYZ0.640.750.56-
YUV20.3125.01127.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.93%
GREEN value IS 22 (8.98% from 255) = 39.29%
BLUE value IS 15 (6.25% from 255) = 26.79%
R=33.93%
G=39.29%
B=26.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1922150.1400.320.9185.7118.927.25
Hex1316FE0205B56137
Octal23261716040133126237
Binary10011101101111111001000001011011101011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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