#11160C

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

Shades of Pine Tree #11160C

Tints of Pine Tree #11160C

Color information

#11160C (or 0x11160C) is unknown color: approx Pine Tree. HEX triplet: 11, 16 and 0C. RGB value is (17,22,12). Sum of RGB (Red+Green+Blue) = 17+22+12=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 22 (8.98% from 255 or 43.14% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 22 - color contains mainly: green. Hex color #11160C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11160C is #EEE9F3. Grayscale: #131313. Windows color (decimal): -15657460 or 792081. OLE color: 792081.

HSL color Cylindrical-coordinate representation of color #11160C: hue angle of 90º degrees, saturation: 0.29, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #11160C is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.91.

Color convert

RGB172212-
CMYK0.2300.450.91
HSL90º29.41%6.67%-
HSV(B)90º45.45%8.63%-
XYZ0.580.720.46-
YUV19.36123.84126.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 33.33%
GREEN value IS 22 (8.98% from 255) = 43.14%
BLUE value IS 12 (5.08% from 255) = 23.53%
R=33.33%
G=43.14%
B=23.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1722120.2300.450.919029.416.67
Hex1116C1702D5B5a1d7
Octal21261427055133132357
Binary100011011011001011101011011011011101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11160C; }

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

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

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

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

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

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

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

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