#11160B

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

Shades of Pine Tree #11160B

Tints of Pine Tree #11160B

Color information

#11160B (or 0x11160B) is unknown color: approx Pine Tree. HEX triplet: 11, 16 and 0B. RGB value is (17,22,11). Sum of RGB (Red+Green+Blue) = 17+22+11=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 22 (8.98% from 255 or 44% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 22 - color contains mainly: green. Hex color #11160B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11160B is #EEE9F4. Grayscale: #131313. Windows color (decimal): -15657461 or 726545. OLE color: 726545.

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

Color convert

RGB172211-
CMYK0.2300.50.91
HSL87.27º33.33%6.47%-
HSV(B)87.27º50%8.63%-
XYZ0.580.720.42-
YUV19.25123.34126.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 34%
GREEN value IS 22 (8.98% from 255) = 44%
BLUE value IS 11 (4.69% from 255) = 22%
R=34%
G=44%
B=22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1722110.2300.50.9187.2733.336.47
Hex1116B170325B57216
Octal21261327062133127416
Binary1000110110101110111011001010110111010111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11160B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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