#112605

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

Shades of Pine Tree #112605

Tints of Pine Tree #112605

Color information

#112605 (or 0x112605) is unknown color: approx Pine Tree. HEX triplet: 11, 26 and 05. RGB value is (17,38,5). Sum of RGB (Red+Green+Blue) = 17+38+5=60 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.33% from 60); Green value is 38 (15.23% from 255 or 63.33% from 60); Blue value is 5 (2.34% from 255 or 8.33% from 60); Max value from RGB is 38 - color contains mainly: green. Hex color #112605 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112605 is #EED9FA. Grayscale: #1C1C1C. Windows color (decimal): -15653371 or 337425. OLE color: 337425.

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

Color convert

RGB17385-
CMYK0.5500.870.85
HSL98.18º76.74%8.43%-
HSV(B)98.18º86.84%14.9%-
XYZ0.951.520.39-
YUV27.96115.04120.18-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 28.33%
GREEN value IS 38 (15.23% from 255) = 63.33%
BLUE value IS 5 (2.34% from 255) = 8.33%
R=28.33%
G=63.33%
B=8.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal173850.5500.870.8598.1876.748.43
Hex112653705755624d8
Octal2146567012712514211510
Binary10001100110101110111010101111010101110001010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112605; }

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

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

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

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

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

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

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

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