#13180D

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

Shades of Pine Tree #13180D

Tints of Pine Tree #13180D

Color information

#13180D (or 0x13180D) is unknown color: approx Pine Tree. HEX triplet: 13, 18 and 0D. RGB value is (19,24,13). Sum of RGB (Red+Green+Blue) = 19+24+13=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 13 (5.47% from 255 or 23.21% from 56); Max value from RGB is 24 - color contains mainly: green. Hex color #13180D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13180D is #ECE7F2. Grayscale: #151515. Windows color (decimal): -15525875 or 858131. OLE color: 858131.

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

Color convert

RGB192413-
CMYK0.2100.460.91
HSL87.27º29.73%7.25%-
HSV(B)87.27º45.83%9.41%-
XYZ0.670.820.5-
YUV21.25123.34126.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.93%
GREEN value IS 24 (9.77% from 255) = 42.86%
BLUE value IS 13 (5.47% from 255) = 23.21%
R=33.93%
G=42.86%
B=23.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1924130.2100.460.9187.2729.737.25
Hex1318D1502E5B571e7
Octal23301525056133127367
Binary100111100011011010101011101011011101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13180D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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