#112606

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

Shades of Pine Tree #112606

Tints of Pine Tree #112606

Color information

#112606 (or 0x112606) is unknown color: approx Pine Tree. HEX triplet: 11, 26 and 06. RGB value is (17,38,6). Sum of RGB (Red+Green+Blue) = 17+38+6=61 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.87% from 61); Green value is 38 (15.23% from 255 or 62.30% from 61); Blue value is 6 (2.73% from 255 or 9.84% from 61); Max value from RGB is 38 - color contains mainly: green. Hex color #112606 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112606 is #EED9F9. Grayscale: #1C1C1C. Windows color (decimal): -15653370 or 402961. OLE color: 402961.

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

Color convert

RGB17386-
CMYK0.5500.840.85
HSL99.38º72.73%8.63%-
HSV(B)99.38º84.21%14.9%-
XYZ0.961.520.41-
YUV28.07115.54120.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 27.87%
GREEN value IS 38 (15.23% from 255) = 62.30%
BLUE value IS 6 (2.73% from 255) = 9.84%
R=27.87%
G=62.30%
B=9.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal173860.5500.840.8599.3872.738.63
Hex11266370545563499
Octal2146667012412514311111
Binary10001100110110110111010101001010101110001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112606; }

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

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

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

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

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

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

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

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