#13180B

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

Shades of Pine Tree #13180B

Tints of Pine Tree #13180B

Color information

#13180B (or 0x13180B) is unknown color: approx Pine Tree. HEX triplet: 13, 18 and 0B. RGB value is (19,24,11). Sum of RGB (Red+Green+Blue) = 19+24+11=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 24 (9.77% from 255 or 44.44% from 54); Blue value is 11 (4.69% from 255 or 20.37% from 54); Max value from RGB is 24 - color contains mainly: green. Hex color #13180B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13180B is #ECE7F4. Grayscale: #151515. Windows color (decimal): -15525877 or 727059. OLE color: 727059.

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

Color convert

RGB192411-
CMYK0.2100.540.91
HSL83.08º37.14%6.86%-
HSV(B)83.08º54.17%9.41%-
XYZ0.660.820.44-
YUV21.02122.34126.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 35.19%
GREEN value IS 24 (9.77% from 255) = 44.44%
BLUE value IS 11 (4.69% from 255) = 20.37%
R=35.19%
G=44.44%
B=20.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1924110.2100.540.9183.0837.146.86
Hex1318B150365B53257
Octal23301325066133123457
Binary1001111000101110101011011010110111010011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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