#131910

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

Shades of Pine Tree #131910

Tints of Pine Tree #131910

Color information

#131910 (or 0x131910) is unknown color: approx Pine Tree. HEX triplet: 13, 19 and 10. RGB value is (19,25,16). Sum of RGB (Red+Green+Blue) = 19+25+16=60 (7% of max value = 765). Red value is 19 (7.81% from 255 or 31.67% from 60); Green value is 25 (10.16% from 255 or 41.67% from 60); Blue value is 16 (6.64% from 255 or 26.67% from 60); Max value from RGB is 25 - color contains mainly: green. Hex color #131910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131910 is #ECE6EF. Grayscale: #161616. Windows color (decimal): -15525616 or 1054995. OLE color: 1054995.

HSL color Cylindrical-coordinate representation of color #131910: hue angle of 100º degrees, saturation: 0.22, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #131910 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.90.

Color convert

RGB192516-
CMYK0.2400.360.90
HSL100º21.95%8.04%-
HSV(B)100º36%9.8%-
XYZ0.710.870.62-
YUV22.18124.51125.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 31.67%
GREEN value IS 25 (10.16% from 255) = 41.67%
BLUE value IS 16 (6.64% from 255) = 26.67%
R=31.67%
G=41.67%
B=26.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1925160.2400.360.9010021.958.04
Hex131910180245A64168
Octal233120300441321442610
Binary10011110011000011000010010010110101100100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131910; }

 p { color: rgb(19,25,16); }

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

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

 a { background-color: rgb(19,25,16); }

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

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

 span { border-color: rgb(19,25,16); }

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