#131909

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

Shades of Pine Tree #131909

Tints of Pine Tree #131909

Color information

#131909 (or 0x131909) is unknown color: approx Pine Tree. HEX triplet: 13, 19 and 09. RGB value is (19,25,9). Sum of RGB (Red+Green+Blue) = 19+25+9=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 25 (10.16% from 255 or 47.17% from 53); Blue value is 9 (3.91% from 255 or 16.98% from 53); Max value from RGB is 25 - color contains mainly: green. Hex color #131909 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131909 is #ECE6F6. Grayscale: #151515. Windows color (decimal): -15525623 or 596243. OLE color: 596243.

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

Color convert

RGB19259-
CMYK0.2400.640.90
HSL82.5º47.06%6.67%-
HSV(B)82.5º64%9.8%-
XYZ0.670.850.39-
YUV21.38121.01126.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 35.85%
GREEN value IS 25 (10.16% from 255) = 47.17%
BLUE value IS 9 (3.91% from 255) = 16.98%
R=35.85%
G=47.17%
B=16.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal192590.2400.640.9082.547.066.67
Hex13199180405A522f7
Octal233111300100132122577
Binary10011110011001110000100000010110101010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131909; }

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

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

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

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

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

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

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

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