#131610

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

Shades of Pine Tree #131610

Tints of Pine Tree #131610

Color information

#131610 (or 0x131610) is unknown color: approx Pine Tree. HEX triplet: 13, 16 and 10. RGB value is (19,22,16). Sum of RGB (Red+Green+Blue) = 19+22+16=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 22 (8.98% from 255 or 38.60% from 57); Blue value is 16 (6.64% from 255 or 28.07% from 57); Max value from RGB is 22 - color contains mainly: green. Hex color #131610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131610 is #ECE9EF. Grayscale: #141414. Windows color (decimal): -15526384 or 1054227. OLE color: 1054227.

HSL color Cylindrical-coordinate representation of color #131610: hue angle of 90º degrees, saturation: 0.16, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #131610 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.91.

Color convert

RGB192216-
CMYK0.1400.270.91
HSL90º15.79%7.45%-
HSV(B)90º27.27%8.63%-
XYZ0.650.750.6-
YUV20.42125.51126.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.33%
GREEN value IS 22 (8.98% from 255) = 38.60%
BLUE value IS 16 (6.64% from 255) = 28.07%
R=33.33%
G=38.60%
B=28.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1922160.1400.270.919015.797.45
Hex131610E01B5B5a107
Octal23262016033133132207
Binary10011101101000011100110111011011101101010000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131610; }

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

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

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

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

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

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

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

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