#131906

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

Shades of Pine Tree #131906

Tints of Pine Tree #131906

Color information

#131906 (or 0x131906) is unknown color: approx Pine Tree. HEX triplet: 13, 19 and 06. RGB value is (19,25,6). Sum of RGB (Red+Green+Blue) = 19+25+6=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 25 (10.16% from 255 or 50% from 50); Blue value is 6 (2.73% from 255 or 12% from 50); Max value from RGB is 25 - color contains mainly: green. Hex color #131906 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131906 is #ECE6F9. Grayscale: #151515. Windows color (decimal): -15525626 or 399635. OLE color: 399635.

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

Color convert

RGB19256-
CMYK0.2400.760.90
HSL78.95º61.29%6.08%-
HSV(B)78.95º76%9.8%-
XYZ0.650.850.3-
YUV21.04119.51126.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 38%
GREEN value IS 25 (10.16% from 255) = 50%
BLUE value IS 6 (2.73% from 255) = 12%
R=38%
G=50%
B=12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal192560.2400.760.9078.9561.296.08
Hex131961804C5A4f3d6
Octal23316300114132117756
Binary1001111001110110000100110010110101001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131906; }

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

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

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

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

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

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

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

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