#101309

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

Shades of Pine Tree #101309

Tints of Pine Tree #101309

Color information

#101309 (or 0x101309) is unknown color: approx Pine Tree. HEX triplet: 10, 13 and 09. RGB value is (16,19,9). Sum of RGB (Red+Green+Blue) = 16+19+9=44 (5% of max value = 765). Red value is 16 (6.64% from 255 or 36.36% from 44); Green value is 19 (7.81% from 255 or 43.18% from 44); Blue value is 9 (3.91% from 255 or 20.45% from 44); Max value from RGB is 19 - color contains mainly: green. Hex color #101309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101309 is #EFECF6. Grayscale: #101010. Windows color (decimal): -15723767 or 594704. OLE color: 594704.

HSL color Cylindrical-coordinate representation of color #101309: hue angle of 78º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #101309 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.93.

Color convert

RGB16199-
CMYK0.1600.530.93
HSL78º35.71%5.49%-
HSV(B)78º52.63%7.45%-
XYZ0.50.60.35-
YUV16.96123.51127.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 36.36%
GREEN value IS 19 (7.81% from 255) = 43.18%
BLUE value IS 9 (3.91% from 255) = 20.45%
R=36.36%
G=43.18%
B=20.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal161990.1600.530.937835.715.49
Hex10139100355D4e245
Octal20231120065135116445
Binary1000010011100110000011010110111011001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101309; }

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

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

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

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

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

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

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

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