#112406

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

Shades of Pine Tree #112406

Tints of Pine Tree #112406

Color information

#112406 (or 0x112406) is unknown color: approx Pine Tree. HEX triplet: 11, 24 and 06. RGB value is (17,36,6). Sum of RGB (Red+Green+Blue) = 17+36+6=59 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.81% from 59); Green value is 36 (14.45% from 255 or 61.02% from 59); Blue value is 6 (2.73% from 255 or 10.17% from 59); Max value from RGB is 36 - color contains mainly: green. Hex color #112406 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112406 is #EEDBF9. Grayscale: #1A1A1A. Windows color (decimal): -15653882 or 402449. OLE color: 402449.

HSL color Cylindrical-coordinate representation of color #112406: hue angle of 98º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #112406 is Cyan = 0.53, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.86.

Color convert

RGB17366-
CMYK0.5300.830.86
HSL98º71.43%8.24%-
HSV(B)98º83.33%14.12%-
XYZ0.891.390.39-
YUV26.9116.21120.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 28.81%
GREEN value IS 36 (14.45% from 255) = 61.02%
BLUE value IS 6 (2.73% from 255) = 10.17%
R=28.81%
G=61.02%
B=10.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal173660.5300.830.869871.438.24
Hex11246350535662478
Octal2144665012312614210710
Binary10001100100110110101010100111010110110001010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112406; }

 p { color: rgb(17,36,6); }

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

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

 a { background-color: rgb(17,36,6); }

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

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

 span { border-color: rgb(17,36,6); }

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