#13170D

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

Shades of Pine Tree #13170D

Tints of Pine Tree #13170D

Color information

#13170D (or 0x13170D) is unknown color: approx Pine Tree. HEX triplet: 13, 17 and 0D. RGB value is (19,23,13). Sum of RGB (Red+Green+Blue) = 19+23+13=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 23 (9.38% from 255 or 41.82% from 55); Blue value is 13 (5.47% from 255 or 23.64% from 55); Max value from RGB is 23 - color contains mainly: green. Hex color #13170D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13170D is #ECE8F2. Grayscale: #141414. Windows color (decimal): -15526131 or 857875. OLE color: 857875.

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

Color convert

RGB192313-
CMYK0.1700.430.91
HSL84º27.78%7.06%-
HSV(B)84º43.48%9.02%-
XYZ0.650.780.5-
YUV20.66123.67126.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 34.55%
GREEN value IS 23 (9.38% from 255) = 41.82%
BLUE value IS 13 (5.47% from 255) = 23.64%
R=34.55%
G=41.82%
B=23.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1923130.1700.430.918427.787.06
Hex1317D1102B5B541c7
Octal23271521053133124347
Binary100111011111011000101010111011011101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13170D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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