#10160C

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

Shades of Pine Tree #10160C

Tints of Pine Tree #10160C

Color information

#10160C (or 0x10160C) is unknown color: approx Pine Tree. HEX triplet: 10, 16 and 0C. RGB value is (16,22,12). Sum of RGB (Red+Green+Blue) = 16+22+12=50 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32% from 50); Green value is 22 (8.98% from 255 or 44% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 22 - color contains mainly: green. Hex color #10160C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10160C is #EFE9F3. Grayscale: #131313. Windows color (decimal): -15722996 or 792080. OLE color: 792080.

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

Color convert

RGB162212-
CMYK0.2700.450.91
HSL96º29.41%6.67%-
HSV(B)96º45.45%8.63%-
XYZ0.570.710.46-
YUV19.07124.01125.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 32%
GREEN value IS 22 (8.98% from 255) = 44%
BLUE value IS 12 (5.08% from 255) = 24%
R=32%
G=44%
B=24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1622120.2700.450.919629.416.67
Hex1016C1B02D5B601d7
Octal20261433055133140357
Binary100001011011001101101011011011011110000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10160C; }

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

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

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

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

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

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

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

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