#131709

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

Shades of Pine Tree #131709

Tints of Pine Tree #131709

Color information

#131709 (or 0x131709) is unknown color: approx Pine Tree. HEX triplet: 13, 17 and 09. RGB value is (19,23,9). Sum of RGB (Red+Green+Blue) = 19+23+9=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 23 (9.38% from 255 or 45.10% from 51); Blue value is 9 (3.91% from 255 or 17.65% from 51); Max value from RGB is 23 - color contains mainly: green. Hex color #131709 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131709 is #ECE8F6. Grayscale: #141414. Windows color (decimal): -15526135 or 595731. OLE color: 595731.

HSL color Cylindrical-coordinate representation of color #131709: hue angle of 77.14º degrees, saturation: 0.44, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #131709 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.91.

Color convert

RGB19239-
CMYK0.1700.610.91
HSL77.14º43.75%6.27%-
HSV(B)77.14º60.87%9.02%-
XYZ0.620.770.37-
YUV20.21121.67127.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 37.25%
GREEN value IS 23 (9.38% from 255) = 45.10%
BLUE value IS 9 (3.91% from 255) = 17.65%
R=37.25%
G=45.10%
B=17.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal192390.1700.610.9177.1443.756.27
Hex131791103D5B4d2c6
Octal23271121075133115546
Binary1001110111100110001011110110110111001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131709; }

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

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

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

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

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

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

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

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