#111310

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

Shades of Pine Tree #111310

Tints of Pine Tree #111310

Color information

#111310 (or 0x111310) is unknown color: approx Pine Tree. HEX triplet: 11, 13 and 10. RGB value is (17,19,16). Sum of RGB (Red+Green+Blue) = 17+19+16=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 19 - color contains mainly: green. Hex color #111310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111310 is #EEECEF. Grayscale: #121212. Windows color (decimal): -15658224 or 1053457. OLE color: 1053457.

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

Color convert

RGB171916-
CMYK0.1100.160.93
HSL100º8.57%6.86%-
HSV(B)100º15.79%7.45%-
XYZ0.560.620.58-
YUV18.06126.84127.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.69%
GREEN value IS 19 (7.81% from 255) = 36.54%
BLUE value IS 16 (6.64% from 255) = 30.77%
R=32.69%
G=36.54%
B=30.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1719160.1100.160.931008.576.86
Hex111310B0105D6497
Octal21232013020135144117
Binary1000110011100001011010000101110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111310; }

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

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

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

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

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

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

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

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