#112607

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

Shades of Pine Tree #112607

Tints of Pine Tree #112607

Color information

#112607 (or 0x112607) is unknown color: approx Pine Tree. HEX triplet: 11, 26 and 07. RGB value is (17,38,7). Sum of RGB (Red+Green+Blue) = 17+38+7=62 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.42% from 62); Green value is 38 (15.23% from 255 or 61.29% from 62); Blue value is 7 (3.12% from 255 or 11.29% from 62); Max value from RGB is 38 - color contains mainly: green. Hex color #112607 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112607 is #EED9F8. Grayscale: #1C1C1C. Windows color (decimal): -15653369 or 468497. OLE color: 468497.

HSL color Cylindrical-coordinate representation of color #112607: hue angle of 100.65º degrees, saturation: 0.69, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #112607 is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.85.

Color convert

RGB17387-
CMYK0.5500.820.85
HSL100.65º68.89%8.82%-
HSV(B)100.65º81.58%14.9%-
XYZ0.961.520.44-
YUV28.19116.04120.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 27.42%
GREEN value IS 38 (15.23% from 255) = 61.29%
BLUE value IS 7 (3.12% from 255) = 11.29%
R=27.42%
G=61.29%
B=11.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal173870.5500.820.85100.6568.898.82
Hex11267370525565459
Octal2146767012212514510511
Binary10001100110111110111010100101010101110010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112607; }

 p { color: rgb(17,38,7); }

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

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

 a { background-color: rgb(17,38,7); }

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

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

 span { border-color: rgb(17,38,7); }

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