#13180C

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

Shades of Pine Tree #13180C

Tints of Pine Tree #13180C

Color information

#13180C (or 0x13180C) is unknown color: approx Pine Tree. HEX triplet: 13, 18 and 0C. RGB value is (19,24,12). Sum of RGB (Red+Green+Blue) = 19+24+12=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 24 (9.77% from 255 or 43.64% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 24 - color contains mainly: green. Hex color #13180C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13180C is #ECE7F3. Grayscale: #151515. Windows color (decimal): -15525876 or 792595. OLE color: 792595.

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

Color convert

RGB192412-
CMYK0.2100.500.91
HSL85º33.33%7.06%-
HSV(B)85º50%9.41%-
XYZ0.660.820.47-
YUV21.14122.84126.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 34.55%
GREEN value IS 24 (9.77% from 255) = 43.64%
BLUE value IS 12 (5.08% from 255) = 21.82%
R=34.55%
G=43.64%
B=21.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1924120.2100.500.918533.337.06
Hex1318C150325B55217
Octal23301425062133125417
Binary1001111000110010101011001010110111010101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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