#10130D

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

Shades of Pine Tree #10130D

Tints of Pine Tree #10130D

Color information

#10130D (or 0x10130D) is unknown color: approx Pine Tree. HEX triplet: 10, 13 and 0D. RGB value is (16,19,13). Sum of RGB (Red+Green+Blue) = 16+19+13=48 (6% of max value = 765). Red value is 16 (6.64% from 255 or 33.33% from 48); Green value is 19 (7.81% from 255 or 39.58% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 19 - color contains mainly: green. Hex color #10130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10130D is #EFECF2. Grayscale: #111111. Windows color (decimal): -15723763 or 856848. OLE color: 856848.

HSL color Cylindrical-coordinate representation of color #10130D: hue angle of 90º degrees, saturation: 0.19, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #10130D is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.93.

Color convert

RGB161913-
CMYK0.1600.320.93
HSL90º18.75%6.27%-
HSV(B)90º31.58%7.45%-
XYZ0.520.60.47-
YUV17.42125.51126.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 33.33%
GREEN value IS 19 (7.81% from 255) = 39.58%
BLUE value IS 13 (5.47% from 255) = 27.08%
R=33.33%
G=39.58%
B=27.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1619130.1600.320.939018.756.27
Hex1013D100205D5a136
Octal20231520040135132236
Binary100001001111011000001000001011101101101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10130D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10130D; }

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

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

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

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

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

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

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

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