#10130A

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

Shades of Pine Tree #10130A

Tints of Pine Tree #10130A

Color information

#10130A (or 0x10130A) is unknown color: approx Pine Tree. HEX triplet: 10, 13 and 0A. RGB value is (16,19,10). Sum of RGB (Red+Green+Blue) = 16+19+10=45 (5% of max value = 765). Red value is 16 (6.64% from 255 or 35.56% from 45); Green value is 19 (7.81% from 255 or 42.22% from 45); Blue value is 10 (4.30% from 255 or 22.22% from 45); Max value from RGB is 19 - color contains mainly: green. Hex color #10130A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10130A is #EFECF5. Grayscale: #111111. Windows color (decimal): -15723766 or 660240. OLE color: 660240.

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

Color convert

RGB161910-
CMYK0.1600.470.93
HSL80º31.03%5.69%-
HSV(B)80º47.37%7.45%-
XYZ0.50.60.38-
YUV17.08124.01127.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 35.56%
GREEN value IS 19 (7.81% from 255) = 42.22%
BLUE value IS 10 (4.30% from 255) = 22.22%
R=35.56%
G=42.22%
B=22.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1619100.1600.470.938031.035.69
Hex1013A1002F5D501f6
Octal20231220057135120376
Binary100001001110101000001011111011101101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10130A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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