#111608

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

Shades of Pine Tree #111608

Tints of Pine Tree #111608

Color information

#111608 (or 0x111608) is unknown color: approx Pine Tree. HEX triplet: 11, 16 and 08. RGB value is (17,22,8). Sum of RGB (Red+Green+Blue) = 17+22+8=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 22 (8.98% from 255 or 46.81% from 47); Blue value is 8 (3.52% from 255 or 17.02% from 47); Max value from RGB is 22 - color contains mainly: green. Hex color #111608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111608 is #EEE9F7. Grayscale: #121212. Windows color (decimal): -15657464 or 529937. OLE color: 529937.

HSL color Cylindrical-coordinate representation of color #111608: hue angle of 81.43º degrees, saturation: 0.47, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #111608 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.91.

Color convert

RGB17228-
CMYK0.2300.640.91
HSL81.43º46.67%5.88%-
HSV(B)81.43º63.64%8.63%-
XYZ0.560.710.34-
YUV18.91121.84126.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.17%
GREEN value IS 22 (8.98% from 255) = 46.81%
BLUE value IS 8 (3.52% from 255) = 17.02%
R=36.17%
G=46.81%
B=17.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal172280.2300.640.9181.4346.675.88
Hex11168170405B512f6
Octal212610270100133121576
Binary10001101101000101110100000010110111010001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111608; }

 p { color: rgb(17,22,8); }

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

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

 a { background-color: rgb(17,22,8); }

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

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

 span { border-color: rgb(17,22,8); }

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